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.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def configuration_state @configuration_state end |
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def error @error end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def table_arn @table_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def table_name @table_name end |
#table_status ⇒ ::String
Returns the value of attribute table_status.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def table_status @table_status end |