Class: Aws::Types::InventoryTableConfigurationUpdates
- Inherits:
-
Object
- Object
- Aws::Types::InventoryTableConfigurationUpdates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute configuration_state.
-
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
Instance Attribute Details
#configuration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute configuration_state.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def configuration_state @configuration_state end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def encryption_configuration @encryption_configuration end |