Class: Aws::Backup::Types::RestoreJobsListMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::RestoreJobsListMember
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Contains metadata about a restore job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID that owns the restore job.
-
#backup_size_in_bytes ⇒ Integer
The size, in bytes, of the restored resource.
-
#completion_date ⇒ Time
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC).
-
#created_resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource.
-
#creation_date ⇒ Time
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).
-
#expected_completion_time_minutes ⇒ Integer
The amount of time in minutes that a job restoring a recovery point is expected to take.
-
#iam_role_arn ⇒ String
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
. -
#percent_done ⇒ String
Contains an estimated percentage complete of a job at the time the job status was queried.
-
#recovery_point_arn ⇒ String
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
. -
#resource_type ⇒ String
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
-
#restore_job_id ⇒ String
Uniquely identifies the job that restores a recovery point.
-
#status ⇒ String
A status code specifying the state of the job initiated by Backup to restore a recovery point.
-
#status_message ⇒ String
A detailed message explaining the status of the job to restore a recovery point.
Instance Attribute Details
#account_id ⇒ String
The account ID that owns the restore job.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#backup_size_in_bytes ⇒ Integer
The size, in bytes, of the restored resource.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#completion_date ⇒ Time
The date and time a job to restore a recovery point is completed, in
Unix format and Coordinated Universal Time (UTC). The value of
CompletionDate
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#created_resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time a restore job is created, in Unix format and
Coordinated Universal Time (UTC). The value of CreationDate
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#expected_completion_time_minutes ⇒ Integer
The amount of time in minutes that a job restoring a recovery point is expected to take.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
Specifies the IAM role ARN used to create the target recovery point;
for example, arn:aws:iam::123456789012:role/S3Access
.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#percent_done ⇒ String
Contains an estimated percentage complete of a job at the time the job status was queried.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#recovery_point_arn ⇒ String
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#restore_job_id ⇒ String
Uniquely identifies the job that restores a recovery point.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status code specifying the state of the job initiated by Backup to restore a recovery point.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A detailed message explaining the status of the job to restore a recovery point.
5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5520 class RestoreJobsListMember < Struct.new( :account_id, :restore_job_id, :recovery_point_arn, :creation_date, :completion_date, :status, :status_message, :percent_done, :backup_size_in_bytes, :iam_role_arn, :expected_completion_time_minutes, :created_resource_arn, :resource_type) SENSITIVE = [] include Aws::Structure end |