Class: Aws::Types::DatastoreBackupStatus
- Inherits:
-
Object
- Object
- Aws::Types::DatastoreBackupStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_enabled_at ⇒ ::Time
Returns the value of attribute backup_enabled_at.
-
#configuration ⇒ Types::BackupConfiguration
Returns the value of attribute configuration.
-
#earliest_restore_point ⇒ ::Time
Returns the value of attribute earliest_restore_point.
-
#latest_restore_point ⇒ ::Time
Returns the value of attribute latest_restore_point.
-
#scheduled_permanent_deletion_time ⇒ ::Time
Returns the value of attribute scheduled_permanent_deletion_time.
Instance Attribute Details
#backup_enabled_at ⇒ ::Time
Returns the value of attribute backup_enabled_at.
156 157 158 |
# File 'sig/types.rbs', line 156 def backup_enabled_at @backup_enabled_at end |
#configuration ⇒ Types::BackupConfiguration
Returns the value of attribute configuration.
155 156 157 |
# File 'sig/types.rbs', line 155 def configuration @configuration end |
#earliest_restore_point ⇒ ::Time
Returns the value of attribute earliest_restore_point.
157 158 159 |
# File 'sig/types.rbs', line 157 def earliest_restore_point @earliest_restore_point end |
#latest_restore_point ⇒ ::Time
Returns the value of attribute latest_restore_point.
158 159 160 |
# File 'sig/types.rbs', line 158 def latest_restore_point @latest_restore_point end |
#scheduled_permanent_deletion_time ⇒ ::Time
Returns the value of attribute scheduled_permanent_deletion_time.
159 160 161 |
# File 'sig/types.rbs', line 159 def scheduled_permanent_deletion_time @scheduled_permanent_deletion_time end |