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

Class: Aws::SMS::Types::ReplicationRun

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

Overview

Represents a replication run.

Instance Attribute Summary collapse

Instance Attribute Details

#ami_idString

The ID of the Amazon Machine Image (AMI) from the replication run.

Returns:

  • (String)

    The ID of the Amazon Machine Image (AMI) from the replication run.

#completed_timeTime

The completion time of the last replication run.

Returns:

  • (Time)

    The completion time of the last replication run.

#descriptionString

The description of the replication run.

Returns:

  • (String)

    The description of the replication run.

#encryptedBoolean

Indicates whether the replication run should produce an encrypted AMI.

Returns:

  • (Boolean)

    Indicates whether the replication run should produce an encrypted AMI.

#kms_key_idString

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to the KMS key ID

  • ARN referring to the KMS key alias

If encrypted is true but a KMS key ID is not specified, the customer\'s default KMS key for Amazon EBS is used.

Returns:

  • (String)

    The ID of the KMS key for replication jobs that produce encrypted AMIs.

#replication_run_idString

The ID of the replication run.

Returns:

  • (String)

    The ID of the replication run.

#scheduled_start_timeTime

The start time of the next replication run.

Returns:

  • (Time)

    The start time of the next replication run.

#stage_detailsTypes::ReplicationRunStageDetails

Details about the current stage of the replication run.

Returns:

#stateString

The state of the replication run.

Possible values:

  • PENDING
  • MISSED
  • ACTIVE
  • FAILED
  • COMPLETED
  • DELETING
  • DELETED

Returns:

  • (String)

    The state of the replication run.

#status_messageString

The description of the current status of the replication job.

Returns:

  • (String)

    The description of the current status of the replication job.

#typeString

The type of replication run.

Possible values:

  • ON_DEMAND
  • AUTOMATIC

Returns:

  • (String)

    The type of replication run.