Class: Aws::Types::StopAutonomousDatabaseOutput
- Inherits:
-
Object
- Object
- Aws::Types::StopAutonomousDatabaseOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def autonomous_database_id @autonomous_database_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def status_reason @status_reason end |