Class: Aws::S3::Types::InventoryS3BucketDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InventoryS3BucketDestination
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID that owns the destination S3 bucket.
-
#bucket ⇒ String
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
-
#encryption ⇒ Types::InventoryEncryption
Contains the type of server-side encryption used to encrypt the inventory results.
-
#format ⇒ String
Specifies the output format of the inventory results.
-
#prefix ⇒ String
The prefix that is prepended to all inventory results.
Instance Attribute Details
#account_id ⇒ String
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
9272 9273 9274 9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9272 class InventoryS3BucketDestination < Struct.new( :account_id, :bucket, :format, :prefix, :encryption) SENSITIVE = [] include Aws::Structure end |
#bucket ⇒ String
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
9272 9273 9274 9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9272 class InventoryS3BucketDestination < Struct.new( :account_id, :bucket, :format, :prefix, :encryption) SENSITIVE = [] include Aws::Structure end |
#encryption ⇒ Types::InventoryEncryption
Contains the type of server-side encryption used to encrypt the inventory results.
9272 9273 9274 9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9272 class InventoryS3BucketDestination < Struct.new( :account_id, :bucket, :format, :prefix, :encryption) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
Specifies the output format of the inventory results.
9272 9273 9274 9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9272 class InventoryS3BucketDestination < Struct.new( :account_id, :bucket, :format, :prefix, :encryption) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix that is prepended to all inventory results.
9272 9273 9274 9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9272 class InventoryS3BucketDestination < Struct.new( :account_id, :bucket, :format, :prefix, :encryption) SENSITIVE = [] include Aws::Structure end |