Class: Aws::Types::StopDbNodeOutput
- Inherits:
-
Object
- Object
- Aws::Types::StopDbNodeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_node_id ⇒ ::String
Returns the value of attribute db_node_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#db_node_id ⇒ ::String
Returns the value of attribute db_node_id.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def db_node_id @db_node_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def status_reason @status_reason end |