Class: Aws::S3::Types::GetBucketInventoryConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketInventoryConfigurationOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inventory_configuration ⇒ Types::InventoryConfiguration
Specifies the inventory configuration.
Instance Attribute Details
#inventory_configuration ⇒ Types::InventoryConfiguration
Specifies the inventory configuration.
6238 6239 6240 6241 6242 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6238 class GetBucketInventoryConfigurationOutput < Struct.new( :inventory_configuration) SENSITIVE = [] include Aws::Structure end |