Class: Aws::Types::AnnotationTableConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationTableConfigurationResult
- 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.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#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.
112 113 114 |
# File 'sig/types.rbs', line 112 def configuration_state @configuration_state end |
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
114 115 116 |
# File 'sig/types.rbs', line 114 def error @error end |
#role ⇒ ::String
Returns the value of attribute role.
117 118 119 |
# File 'sig/types.rbs', line 117 def role @role end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def table_arn @table_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
115 116 117 |
# File 'sig/types.rbs', line 115 def table_name @table_name end |
#table_status ⇒ ::String
Returns the value of attribute table_status.
113 114 115 |
# File 'sig/types.rbs', line 113 def table_status @table_status end |