Class: Aws::Backup::Types::RestoreJobsListMember

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The account ID that owns the restore job.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#backup_size_in_bytesInteger

The size, in bytes, of the restored resource.

Returns:

  • (Integer)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_arnString

The Amazon Resource Name (ARN) of the backup vault containing the recovery point being restored. This helps identify vault access policies and permissions.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#completion_dateTime

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.

Returns:

  • (Time)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::RestoreJobCreator

Contains identifying information about the creation of a restore job.



9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#created_resource_arnString

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

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.

Returns:

  • (Time)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_statusString

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_status_messageString

This describes the restore job deletion status.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#expected_completion_time_minutesInteger

The amount of time in minutes that a job restoring a recovery point is expected to take.

Returns:

  • (Integer)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

The IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#is_parentBoolean

This is a boolean value indicating whether the restore job is a parent (composite) restore job.

Returns:

  • (Boolean)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#parent_job_idString

This is the unique identifier of the parent restore job for the selected restore job.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#percent_doneString

Contains an estimated percentage complete of a job at the time the job status was queried.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_point_arnString

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_point_creation_dateTime

The date on which a recovery point was created.

Returns:

  • (Time)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

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.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#restore_job_idString

Uniquely identifies the job that restores a recovery point.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#source_resource_arnString

The Amazon Resource Name (ARN) of the original resource that was backed up. This provides context about what resource is being restored.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A status code specifying the state of the job initiated by Backup to restore a recovery point.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A detailed message explaining the status of the job to restore a recovery point.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusString

The status of validation run on the indicated restore job.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end

#validation_status_messageString

This describes the status of validation run on the indicated restore job.

Returns:

  • (String)


9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9025

class RestoreJobsListMember < Struct.new(
  :account_id,
  :restore_job_id,
  :recovery_point_arn,
  :source_resource_arn,
  :backup_vault_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,
  :is_parent,
  :parent_job_id,
  :created_by,
  :validation_status,
  :validation_status_message,
  :deletion_status,
  :deletion_status_message)
  SENSITIVE = []
  include Aws::Structure
end