Class: Aws::S3::Types::InventoryTableConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InventoryTableConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
The inventory table configuration for an S3 Metadata configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_state ⇒ String
The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
-
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
The encryption configuration for the inventory table.
Instance Attribute Details
#configuration_state ⇒ String
The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
10518 10519 10520 10521 10522 10523 |
# File 'lib/aws-sdk-s3/types.rb', line 10518 class InventoryTableConfiguration < Struct.new( :configuration_state, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
The encryption configuration for the inventory table.
10518 10519 10520 10521 10522 10523 |
# File 'lib/aws-sdk-s3/types.rb', line 10518 class InventoryTableConfiguration < Struct.new( :configuration_state, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |