Class: Aws::S3::Types::GetBucketInventoryConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketInventoryConfigurationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#inventory_configuration ⇒ Types::InventoryConfiguration
Specifies the inventory configuration.
Instance Attribute Details
#inventory_configuration ⇒ Types::InventoryConfiguration
Specifies the inventory configuration.
2354 2355 2356 2357 |
# File 'lib/aws-sdk-s3/types.rb', line 2354 class GetBucketInventoryConfigurationOutput < Struct.new( :inventory_configuration) include Aws::Structure end |