You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Backup::Types::CopyJob

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains detailed information about a copy job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID that owns the copy job.

Returns:

  • (String)

    The account ID that owns the copy job.

#backup_size_in_bytesInteger

The size, in bytes, of a copy job.

Returns:

  • (Integer)

    The size, in bytes, of a copy job.

#completion_dateTime

The date and time a copy job 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)

    The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC).

#copy_job_idString

Uniquely identifies a copy job.

Returns:

  • (String)

    Uniquely identifies a copy job.

#created_byTypes::RecoveryPointCreator

Contains information about the backup plan and rule that AWS Backup used to initiate the recovery point backup.

Returns:

  • (Types::RecoveryPointCreator)

    Contains information about the backup plan and rule that AWS Backup used to initiate the recovery point backup.

    .

#creation_dateTime

The date and time a copy 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)

    The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC).

#destination_backup_vault_arnString

An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

Returns:

  • (String)

    An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

#destination_recovery_point_arnString

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

Returns:

  • (String)

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

#iam_role_arnString

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

Returns:

  • (String)

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

#resource_arnString

The AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

Returns:

  • (String)

    The AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

#resource_typeString

The type of AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

Returns:

  • (String)

    The type of AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

#source_backup_vault_arnString

An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

Returns:

  • (String)

    An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

#source_recovery_point_arnString

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

Returns:

  • (String)

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

#stateString

The current state of a copy job.

Possible values:

  • CREATED
  • RUNNING
  • COMPLETED
  • FAILED

Returns:

  • (String)

    The current state of a copy job.

#status_messageString

A detailed message explaining the status of the job to copy a resource.

Returns:

  • (String)

    A detailed message explaining the status of the job to copy a resource.