Class: Aws::Types::CreateAutonomousDatabaseBackupOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutonomousDatabaseBackupOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_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_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
755 756 757 |
# File 'sig/types.rbs', line 755 def autonomous_database_backup_id @autonomous_database_backup_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
752 753 754 |
# File 'sig/types.rbs', line 752 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
753 754 755 |
# File 'sig/types.rbs', line 753 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
754 755 756 |
# File 'sig/types.rbs', line 754 def status_reason @status_reason end |