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.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def configuration_state @configuration_state end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def encryption_configuration @encryption_configuration end |