Module: Aws::Backup::Client::_DescribeRestoreJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRestoreJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #backup_size_in_bytes ⇒ ::Integer
- #backup_vault_arn ⇒ ::String
- #completion_date ⇒ ::Time
- #created_by ⇒ Types::RestoreJobCreator
- #created_resource_arn ⇒ ::String
- #creation_date ⇒ ::Time
- #deletion_status ⇒ "DELETING", ...
- #deletion_status_message ⇒ ::String
- #expected_completion_time_minutes ⇒ ::Integer
- #iam_role_arn ⇒ ::String
- #is_parent ⇒ Boolean
- #parent_job_id ⇒ ::String
- #percent_done ⇒ ::String
- #recovery_point_arn ⇒ ::String
- #recovery_point_creation_date ⇒ ::Time
- #resource_type ⇒ ::String
- #restore_job_id ⇒ ::String
- #source_resource_arn ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_message ⇒ ::String
- #validation_status ⇒ "FAILED", ...
- #validation_status_message ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
677 |
# File 'sig/client.rbs', line 677
def account_id: () -> ::String
|
#backup_size_in_bytes ⇒ ::Integer
687 |
# File 'sig/client.rbs', line 687
def backup_size_in_bytes: () -> ::Integer
|
#backup_vault_arn ⇒ ::String
681 |
# File 'sig/client.rbs', line 681
def backup_vault_arn: () -> ::String
|
#completion_date ⇒ ::Time
683 |
# File 'sig/client.rbs', line 683
def completion_date: () -> ::Time
|
#created_by ⇒ Types::RestoreJobCreator
693 |
# File 'sig/client.rbs', line 693
def created_by: () -> Types::RestoreJobCreator
|
#created_resource_arn ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def created_resource_arn: () -> ::String
|
#creation_date ⇒ ::Time
682 |
# File 'sig/client.rbs', line 682
def creation_date: () -> ::Time
|
#deletion_status ⇒ "DELETING", ...
696 |
# File 'sig/client.rbs', line 696
def deletion_status: () -> ("DELETING" | "FAILED" | "SUCCESSFUL")
|
#deletion_status_message ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def deletion_status_message: () -> ::String
|
#expected_completion_time_minutes ⇒ ::Integer
689 |
# File 'sig/client.rbs', line 689
def expected_completion_time_minutes: () -> ::Integer
|
#iam_role_arn ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def iam_role_arn: () -> ::String
|
#is_parent ⇒ Boolean
698 |
# File 'sig/client.rbs', line 698
def is_parent: () -> bool
|
#parent_job_id ⇒ ::String
699 |
# File 'sig/client.rbs', line 699
def parent_job_id: () -> ::String
|
#percent_done ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def percent_done: () -> ::String
|
#recovery_point_arn ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def recovery_point_arn: () -> ::String
|
#recovery_point_creation_date ⇒ ::Time
692 |
# File 'sig/client.rbs', line 692
def recovery_point_creation_date: () -> ::Time
|
#resource_type ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def resource_type: () -> ::String
|
#restore_job_id ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def restore_job_id: () -> ::String
|
#source_resource_arn ⇒ ::String
680 |
# File 'sig/client.rbs', line 680
def source_resource_arn: () -> ::String
|
#status ⇒ "PENDING", ...
684 |
# File 'sig/client.rbs', line 684
def status: () -> ("PENDING" | "RUNNING" | "COMPLETED" | "ABORTED" | "FAILED")
|
#status_message ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def status_message: () -> ::String
|
#validation_status ⇒ "FAILED", ...
694 |
# File 'sig/client.rbs', line 694
def validation_status: () -> ("FAILED" | "SUCCESSFUL" | "TIMED_OUT" | "VALIDATING")
|
#validation_status_message ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def validation_status_message: () -> ::String
|