Class: Aws::Types::InventoryTableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InventoryTableConfiguration
- 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.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def configuration_state @configuration_state end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def encryption_configuration @encryption_configuration end |