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
550 |
# File 'sig/client.rbs', line 550
def last_backup_time: () -> ::Time
|
#last_backup_vault_arn ⇒ ::String
552 |
# File 'sig/client.rbs', line 552
def last_backup_vault_arn: () -> ::String
|
#last_recovery_point_arn ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def last_recovery_point_arn: () -> ::String
|
#latest_restore_execution_time_minutes ⇒ ::Integer
554 |
# File 'sig/client.rbs', line 554
def latest_restore_execution_time_minutes: () -> ::Integer
|
#latest_restore_job_creation_date ⇒ ::Time
555 |
# File 'sig/client.rbs', line 555
def latest_restore_job_creation_date: () -> ::Time
|
#latest_restore_recovery_point_creation_date ⇒ ::Time
556 |
# File 'sig/client.rbs', line 556
def latest_restore_recovery_point_creation_date: () -> ::Time
|
#resource_arn ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def resource_arn: () -> ::String
|
#resource_name ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def resource_name: () -> ::String
|
#resource_type ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def resource_type: () -> ::String
|