Class: Aws::Types::RestoreSummary
- Inherits:
-
Object
- Object
- Aws::Types::RestoreSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#restore_date_time ⇒ ::Time
Returns the value of attribute restore_date_time.
-
#restore_in_progress ⇒ Boolean
Returns the value of attribute restore_in_progress.
-
#source_backup_arn ⇒ ::String
Returns the value of attribute source_backup_arn.
-
#source_table_arn ⇒ ::String
Returns the value of attribute source_table_arn.
Instance Attribute Details
#restore_date_time ⇒ ::Time
Returns the value of attribute restore_date_time.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def restore_date_time @restore_date_time end |
#restore_in_progress ⇒ Boolean
Returns the value of attribute restore_in_progress.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def restore_in_progress @restore_in_progress end |
#source_backup_arn ⇒ ::String
Returns the value of attribute source_backup_arn.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def source_backup_arn @source_backup_arn end |
#source_table_arn ⇒ ::String
Returns the value of attribute source_table_arn.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def source_table_arn @source_table_arn end |