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
636 |
# File 'sig/client.rbs', line 636
def account_id: () -> ::String
|
#backup_size_in_bytes ⇒ ::Integer
646 |
# File 'sig/client.rbs', line 646
def backup_size_in_bytes: () -> ::Integer
|
#backup_vault_arn ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def backup_vault_arn: () -> ::String
|
#completion_date ⇒ ::Time
642 |
# File 'sig/client.rbs', line 642
def completion_date: () -> ::Time
|
#created_by ⇒ Types::RestoreJobCreator
652 |
# File 'sig/client.rbs', line 652
def created_by: () -> Types::RestoreJobCreator
|
#created_resource_arn ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def created_resource_arn: () -> ::String
|
#creation_date ⇒ ::Time
641 |
# File 'sig/client.rbs', line 641
def creation_date: () -> ::Time
|
#deletion_status ⇒ "DELETING", ...
655 |
# File 'sig/client.rbs', line 655
def deletion_status: () -> ("DELETING" | "FAILED" | "SUCCESSFUL")
|
#deletion_status_message ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def deletion_status_message: () -> ::String
|
#expected_completion_time_minutes ⇒ ::Integer
648 |
# File 'sig/client.rbs', line 648
def expected_completion_time_minutes: () -> ::Integer
|
#iam_role_arn ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def iam_role_arn: () -> ::String
|
#is_parent ⇒ Boolean
657 |
# File 'sig/client.rbs', line 657
def is_parent: () -> bool
|
#parent_job_id ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def parent_job_id: () -> ::String
|
#percent_done ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def percent_done: () -> ::String
|
#recovery_point_arn ⇒ ::String
638 |
# File 'sig/client.rbs', line 638
def recovery_point_arn: () -> ::String
|
#recovery_point_creation_date ⇒ ::Time
651 |
# File 'sig/client.rbs', line 651
def recovery_point_creation_date: () -> ::Time
|
#resource_type ⇒ ::String
650 |
# File 'sig/client.rbs', line 650
def resource_type: () -> ::String
|
#restore_job_id ⇒ ::String
637 |
# File 'sig/client.rbs', line 637
def restore_job_id: () -> ::String
|
#source_resource_arn ⇒ ::String
639 |
# File 'sig/client.rbs', line 639
def source_resource_arn: () -> ::String
|
#status ⇒ "PENDING", ...
643 |
# File 'sig/client.rbs', line 643
def status: () -> ("PENDING" | "RUNNING" | "COMPLETED" | "ABORTED" | "FAILED")
|
#status_message ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def status_message: () -> ::String
|
#validation_status ⇒ "FAILED", ...
653 |
# File 'sig/client.rbs', line 653
def validation_status: () -> ("FAILED" | "SUCCESSFUL" | "TIMED_OUT" | "VALIDATING")
|
#validation_status_message ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def validation_status_message: () -> ::String
|