Class: Aws::Types::AutonomousDatabaseBackupSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousDatabaseBackupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_backup_arn ⇒ ::String
Returns the value of attribute autonomous_database_backup_arn.
-
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#db_version ⇒ ::String
Returns the value of attribute db_version.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#is_automatic ⇒ Boolean
Returns the value of attribute is_automatic.
-
#ocid ⇒ ::String
Returns the value of attribute ocid.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
-
#size_in_t_bs ⇒ ::Float
Returns the value of attribute size_in_t_bs.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#time_available_till ⇒ ::Time
Returns the value of attribute time_available_till.
-
#time_ended ⇒ ::Time
Returns the value of attribute time_ended.
-
#time_started ⇒ ::Time
Returns the value of attribute time_started.
-
#type ⇒ "INCREMENTAL", ...
Returns the value of attribute type.
Instance Attribute Details
#autonomous_database_backup_arn ⇒ ::String
Returns the value of attribute autonomous_database_backup_arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def autonomous_database_backup_arn @autonomous_database_backup_arn end |
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def autonomous_database_backup_id @autonomous_database_backup_id end |
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def autonomous_database_id @autonomous_database_id end |
#db_version ⇒ ::String
Returns the value of attribute db_version.
215 216 217 |
# File 'sig/types.rbs', line 215 def db_version @db_version end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
214 215 216 |
# File 'sig/types.rbs', line 214 def display_name @display_name end |
#is_automatic ⇒ Boolean
Returns the value of attribute is_automatic.
218 219 220 |
# File 'sig/types.rbs', line 218 def is_automatic @is_automatic end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
213 214 215 |
# File 'sig/types.rbs', line 213 def ocid @ocid end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
219 220 221 |
# File 'sig/types.rbs', line 219 def retention_period_in_days @retention_period_in_days end |
#size_in_t_bs ⇒ ::Float
Returns the value of attribute size_in_t_bs.
220 221 222 |
# File 'sig/types.rbs', line 220 def size_in_t_bs @size_in_t_bs end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
216 217 218 |
# File 'sig/types.rbs', line 216 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
217 218 219 |
# File 'sig/types.rbs', line 217 def status_reason @status_reason end |
#time_available_till ⇒ ::Time
Returns the value of attribute time_available_till.
221 222 223 |
# File 'sig/types.rbs', line 221 def time_available_till @time_available_till end |
#time_ended ⇒ ::Time
Returns the value of attribute time_ended.
223 224 225 |
# File 'sig/types.rbs', line 223 def time_ended @time_ended end |
#time_started ⇒ ::Time
Returns the value of attribute time_started.
222 223 224 |
# File 'sig/types.rbs', line 222 def time_started @time_started end |
#type ⇒ "INCREMENTAL", ...
Returns the value of attribute type.
224 225 226 |
# File 'sig/types.rbs', line 224 def type @type end |