Class: Aws::Types::DescribeRestoreJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRestoreJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#created_by ⇒ Types::RestoreJobCreator
Returns the value of attribute created_by.
-
#created_resource_arn ⇒ ::String
Returns the value of attribute created_resource_arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#deletion_status ⇒ "DELETING", ...
Returns the value of attribute deletion_status.
-
#deletion_status_message ⇒ ::String
Returns the value of attribute deletion_status_message.
-
#expected_completion_time_minutes ⇒ ::Integer
Returns the value of attribute expected_completion_time_minutes.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
-
#percent_done ⇒ ::String
Returns the value of attribute percent_done.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#recovery_point_creation_date ⇒ ::Time
Returns the value of attribute recovery_point_creation_date.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
-
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#validation_status ⇒ "FAILED", ...
Returns the value of attribute validation_status.
-
#validation_status_message ⇒ ::String
Returns the value of attribute validation_status_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
801 802 803 |
# File 'sig/types.rbs', line 801 def account_id @account_id end |
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
811 812 813 |
# File 'sig/types.rbs', line 811 def backup_size_in_bytes @backup_size_in_bytes end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
805 806 807 |
# File 'sig/types.rbs', line 805 def backup_vault_arn @backup_vault_arn end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
807 808 809 |
# File 'sig/types.rbs', line 807 def completion_date @completion_date end |
#created_by ⇒ Types::RestoreJobCreator
Returns the value of attribute created_by.
817 818 819 |
# File 'sig/types.rbs', line 817 def created_by @created_by end |
#created_resource_arn ⇒ ::String
Returns the value of attribute created_resource_arn.
814 815 816 |
# File 'sig/types.rbs', line 814 def created_resource_arn @created_resource_arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
806 807 808 |
# File 'sig/types.rbs', line 806 def creation_date @creation_date end |
#deletion_status ⇒ "DELETING", ...
Returns the value of attribute deletion_status.
820 821 822 |
# File 'sig/types.rbs', line 820 def deletion_status @deletion_status end |
#deletion_status_message ⇒ ::String
Returns the value of attribute deletion_status_message.
821 822 823 |
# File 'sig/types.rbs', line 821 def @deletion_status_message end |
#expected_completion_time_minutes ⇒ ::Integer
Returns the value of attribute expected_completion_time_minutes.
813 814 815 |
# File 'sig/types.rbs', line 813 def expected_completion_time_minutes @expected_completion_time_minutes end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
812 813 814 |
# File 'sig/types.rbs', line 812 def iam_role_arn @iam_role_arn end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
822 823 824 |
# File 'sig/types.rbs', line 822 def is_parent @is_parent end |
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
823 824 825 |
# File 'sig/types.rbs', line 823 def parent_job_id @parent_job_id end |
#percent_done ⇒ ::String
Returns the value of attribute percent_done.
810 811 812 |
# File 'sig/types.rbs', line 810 def percent_done @percent_done end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
803 804 805 |
# File 'sig/types.rbs', line 803 def recovery_point_arn @recovery_point_arn end |
#recovery_point_creation_date ⇒ ::Time
Returns the value of attribute recovery_point_creation_date.
816 817 818 |
# File 'sig/types.rbs', line 816 def recovery_point_creation_date @recovery_point_creation_date end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
815 816 817 |
# File 'sig/types.rbs', line 815 def resource_type @resource_type end |
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def restore_job_id @restore_job_id end |
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
804 805 806 |
# File 'sig/types.rbs', line 804 def source_resource_arn @source_resource_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
808 809 810 |
# File 'sig/types.rbs', line 808 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
809 810 811 |
# File 'sig/types.rbs', line 809 def @status_message end |
#validation_status ⇒ "FAILED", ...
Returns the value of attribute validation_status.
818 819 820 |
# File 'sig/types.rbs', line 818 def validation_status @validation_status end |
#validation_status_message ⇒ ::String
Returns the value of attribute validation_status_message.
819 820 821 |
# File 'sig/types.rbs', line 819 def @validation_status_message end |