Class: Aws::Types::ClusterStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClusterStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::ClusterStateChangeReason
Returns the value of attribute state_change_reason.
-
#timeline ⇒ Types::ClusterTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
212 213 214 |
# File 'sig/types.rbs', line 212 def error_details @error_details end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
209 210 211 |
# File 'sig/types.rbs', line 209 def state @state end |
#state_change_reason ⇒ Types::ClusterStateChangeReason
Returns the value of attribute state_change_reason.
210 211 212 |
# File 'sig/types.rbs', line 210 def state_change_reason @state_change_reason end |
#timeline ⇒ Types::ClusterTimeline
Returns the value of attribute timeline.
211 212 213 |
# File 'sig/types.rbs', line 211 def timeline @timeline end |