Class: Aws::S3::Types::InventoryDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Specifies the inventory configuration for an Amazon S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_destinationTypes::InventoryS3BucketDestination

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.



8842
8843
8844
8845
8846
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8842

class InventoryDestination < Struct.new(
  :s3_bucket_destination)
  SENSITIVE = []
  include Aws::Structure
end