NAME
Paws::S3::InventoryConfiguration
USAGE
This 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
DESCRIPTION
Specifies 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.
ATTRIBUTES
REQUIRED Destination => Paws::S3::InventoryDestination
Contains information about where to publish the inventory results.
Filter => Paws::S3::InventoryFilter
Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
REQUIRED Id => Str
The ID used to identify the inventory configuration.
REQUIRED IncludedObjectVersions => Str
Object 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 => Bool
Specifies 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::InventorySchedule
Specifies the schedule for generating inventory results.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::S3
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues