Class: Aws::S3::Types::GetBucketInventoryConfigurationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_configurationTypes::InventoryConfiguration

Specifies the inventory configuration.



5007
5008
5009
5010
5011
# File 'lib/aws-sdk-s3/types.rb', line 5007

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