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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_configurationTypes::InventoryConfiguration

Specifies the inventory configuration.



2544
2545
2546
2547
# File 'lib/aws-sdk-s3/types.rb', line 2544

class GetBucketInventoryConfigurationOutput < Struct.new(
  :inventory_configuration)
  include Aws::Structure
end