![]() |
![]()
| ![]() |
![]()
NAMEPaws::S3::InventoryConfiguration USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::S3::InventoryConfiguration object: $service_obj->Method(Att1 => { Destination => $value, ..., Schedule => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::S3::InventoryConfiguration object: $result = $service_obj->Method(...); $result->Att1->Destination DESCRIPTIONSpecifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the Amazon S3 API Reference. ATTRIBUTESREQUIRED Destination => Paws::S3::InventoryDestinationContains information about where to publish the inventory results. Filter => Paws::S3::InventoryFilterSpecifies an inventory filter. The inventory only includes objects that meet the filter's criteria. REQUIRED Id => StrThe ID used to identify the inventory configuration. REQUIRED IncludedObjectVersions => StrObject versions to include in the inventory list. If set to "All", the list includes all the object versions, which adds the version-related fields "VersionId", "IsLatest", and "DeleteMarker" to the list. If set to "Current", the list does not contain these version-related fields. REQUIRED IsEnabled => BoolSpecifies whether the inventory is enabled or disabled. If set to "True", an inventory list is generated. If set to "False", no inventory list is generated. OptionalFields => ArrayRef[Str|Undef]Contains the optional fields that are included in the inventory results. REQUIRED Schedule => Paws::S3::InventoryScheduleSpecifies the schedule for generating inventory results. SEE ALSOThis class forms part of Paws, describing an object used in Paws::S3 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|