Class: Aws::Backup::Types::DescribeRestoreJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeRestoreJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Returns 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 that a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC).
-
#created_by ⇒ Types::RestoreJobCreator
Contains identifying information about the creation of a restore job.
-
#created_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that was created by the restore job.
-
#creation_date ⇒ Time
The date and time that a restore job is created, in Unix format and Coordinated Universal Time (UTC).
-
#deletion_status ⇒ String
The status of the data generated by the restore test.
-
#deletion_status_message ⇒ String
This describes the restore job deletion status.
-
#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 that is 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`.
-
#recovery_point_creation_date ⇒ Time
The creation date of the recovery point made by the specifed restore job.
-
#resource_type ⇒ String
Returns metadata associated with a restore job listed by resource type.
-
#restore_job_id ⇒ String
Uniquely identifies the job that restores a recovery point.
-
#status ⇒ String
Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
-
#status_message ⇒ String
A message showing the status of a job to restore a recovery point.
-
#validation_status ⇒ String
The status of validation run on the indicated restore job.
-
#validation_status_message ⇒ String
The status message.
Instance Attribute Details
#account_id ⇒ String
Returns the account ID that owns the restore job.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#backup_size_in_bytes ⇒ Integer
The size, in bytes, of the restored resource.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#completion_date ⇒ Time
The date and time that 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.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ Types::RestoreJobCreator
Contains identifying information about the creation of a restore job.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#created_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that was created by the restore job.
The format of the ARN depends on the resource type of the backed-up resource.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time that 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.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#deletion_status ⇒ String
The status of the data generated by the restore test.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#deletion_status_message ⇒ String
This describes the restore job deletion status.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) 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.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) 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`.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#percent_done ⇒ String
Contains an estimated percentage that is complete of a job at the time the job status was queried.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) 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`.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#recovery_point_creation_date ⇒ Time
The creation date of the recovery point made by the specifed restore job.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Returns metadata associated with a restore job listed by resource type.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#restore_job_id ⇒ String
Uniquely identifies the job that restores a recovery point.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message showing the status of a job to restore a recovery point.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#validation_status ⇒ String
The status of validation run on the indicated restore job.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |
#validation_status_message ⇒ String
The status message.
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 |
# File 'lib/aws-sdk-backup/types.rb', line 3418 class DescribeRestoreJobOutput < 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, :recovery_point_creation_date, :created_by, :validation_status, :validation_status_message, :deletion_status, :deletion_status_message) SENSITIVE = [] include Aws::Structure end |