Class: Aws::S3::Types::InventoryDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InventoryDestination
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Specifies the inventory configuration for an Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_destination ⇒ Types::InventoryS3BucketDestination
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Instance Attribute Details
#s3_bucket_destination ⇒ Types::InventoryS3BucketDestination
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
9196 9197 9198 9199 9200 |
# File 'lib/aws-sdk-s3/types.rb', line 9196 class InventoryDestination < Struct.new( :s3_bucket_destination) SENSITIVE = [] include Aws::Structure end |