Module: Aws::Backup::Client::_DescribeProtectedResourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeProtectedResourceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_backup_time ⇒ ::Time
- #last_backup_vault_arn ⇒ ::String
- #last_recovery_point_arn ⇒ ::String
- #latest_restore_execution_time_minutes ⇒ ::Integer
- #latest_restore_job_creation_date ⇒ ::Time
- #latest_restore_recovery_point_creation_date ⇒ ::Time
- #resource_arn ⇒ ::String
- #resource_name ⇒ ::String
- #resource_type ⇒ ::String
Instance Method Details
#last_backup_time ⇒ ::Time
591 |
# File 'sig/client.rbs', line 591
def last_backup_time: () -> ::Time
|
#last_backup_vault_arn ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def last_backup_vault_arn: () -> ::String
|
#last_recovery_point_arn ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def last_recovery_point_arn: () -> ::String
|
#latest_restore_execution_time_minutes ⇒ ::Integer
595 |
# File 'sig/client.rbs', line 595
def latest_restore_execution_time_minutes: () -> ::Integer
|
#latest_restore_job_creation_date ⇒ ::Time
596 |
# File 'sig/client.rbs', line 596
def latest_restore_job_creation_date: () -> ::Time
|
#latest_restore_recovery_point_creation_date ⇒ ::Time
597 |
# File 'sig/client.rbs', line 597
def latest_restore_recovery_point_creation_date: () -> ::Time
|
#resource_arn ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def resource_arn: () -> ::String
|
#resource_name ⇒ ::String
592 |
# File 'sig/client.rbs', line 592
def resource_name: () -> ::String
|
#resource_type ⇒ ::String
590 |
# File 'sig/client.rbs', line 590
def resource_type: () -> ::String
|