Class: Aws::S3::Types::InventoryTableConfigurationUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::InventoryTableConfigurationUpdates
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
The specified updates to the S3 Metadata inventory table 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.
10445 10446 10447 10448 10449 10450 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10445 class InventoryTableConfigurationUpdates < Struct.new( :configuration_state, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
The encryption configuration for the inventory table.
10445 10446 10447 10448 10449 10450 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10445 class InventoryTableConfigurationUpdates < Struct.new( :configuration_state, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |