Class: Aws::Types::InventoryTableConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::InventoryTableConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute configuration_state.
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_status ⇒ ::String
Returns the value of attribute table_status.
Instance Attribute Details
#configuration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute configuration_state.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def configuration_state @configuration_state end |
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def error @error end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def table_arn @table_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def table_name @table_name end |
#table_status ⇒ ::String
Returns the value of attribute table_status.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def table_status @table_status end |