Class: Aws::Types::DBClusterStatusInfo
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterStatusInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#normal ⇒ Boolean
Returns the value of attribute normal.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_type ⇒ ::String
Returns the value of attribute status_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def @message end |
#normal ⇒ Boolean
Returns the value of attribute normal.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def normal @normal end |
#status ⇒ ::String
Returns the value of attribute status.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def status @status end |
#status_type ⇒ ::String
Returns the value of attribute status_type.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def status_type @status_type end |