Class: Aws::Types::DBInstanceStatusInfo
- Inherits:
-
Object
- Object
- Aws::Types::DBInstanceStatusInfo
- 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.
622 623 624 |
# File 'sig/types.rbs', line 622 def @message end |
#normal ⇒ Boolean
Returns the value of attribute normal.
620 621 622 |
# File 'sig/types.rbs', line 620 def normal @normal end |
#status ⇒ ::String
Returns the value of attribute status.
621 622 623 |
# File 'sig/types.rbs', line 621 def status @status end |
#status_type ⇒ ::String
Returns the value of attribute status_type.
619 620 621 |
# File 'sig/types.rbs', line 619 def status_type @status_type end |