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.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def @message end |
#normal ⇒ Boolean
Returns the value of attribute normal.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def normal @normal end |
#status ⇒ ::String
Returns the value of attribute status.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def status @status end |
#status_type ⇒ ::String
Returns the value of attribute status_type.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def status_type @status_type end |