Class: Aws::Types::AwsRdsDbStatusInfo
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbStatusInfo
- 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.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def @message end |
#normal ⇒ Boolean
Returns the value of attribute normal.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def normal @normal end |
#status ⇒ ::String
Returns the value of attribute status.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def status @status end |
#status_type ⇒ ::String
Returns the value of attribute status_type.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def status_type @status_type end |