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.
459 460 461 |
# File 'sig/types.rbs', line 459 def @message end |
#normal ⇒ Boolean
Returns the value of attribute normal.
457 458 459 |
# File 'sig/types.rbs', line 457 def normal @normal end |
#status ⇒ ::String
Returns the value of attribute status.
458 459 460 |
# File 'sig/types.rbs', line 458 def status @status end |
#status_type ⇒ ::String
Returns the value of attribute status_type.
456 457 458 |
# File 'sig/types.rbs', line 456 def status_type @status_type end |