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
- Struct
- Aws::SMS::Types::ReplicationRun
 
- Defined in:
- (unknown)
Overview
Represents a replication run.
Instance Attribute Summary collapse
- 
  
    
      #ami_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Machine Image (AMI) from the replication run. 
- 
  
    
      #completed_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The completion time of the last replication run. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the replication run. 
- 
  
    
      #encrypted  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the replication run should produce an encrypted AMI. 
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the KMS key for replication jobs that produce encrypted AMIs. 
- 
  
    
      #replication_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the replication run. 
- 
  
    
      #scheduled_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The start time of the next replication run. 
- 
  
    
      #stage_details  ⇒ Types::ReplicationRunStageDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details about the current stage of the replication run. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the replication run. 
- 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the current status of the replication job. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of replication run. 
Instance Attribute Details
#ami_id ⇒ String
The ID of the Amazon Machine Image (AMI) from the replication run.
#completed_time ⇒ Time
The completion time of the last replication run.
#description ⇒ String
The description of the replication run.
#encrypted ⇒ Boolean
Indicates whether the replication run should produce an encrypted AMI.
#kms_key_id ⇒ String
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.
#replication_run_id ⇒ String
The ID of the replication run.
#scheduled_start_time ⇒ Time
The start time of the next replication run.
#stage_details ⇒ Types::ReplicationRunStageDetails
Details about the current stage of the replication run.
#state ⇒ String
The state of the replication run.
Possible values:
- PENDING
- MISSED
- ACTIVE
- FAILED
- COMPLETED
- DELETING
- DELETED
#status_message ⇒ String
The description of the current status of the replication job.
#type ⇒ String
The type of replication run.
Possible values:
- ON_DEMAND
- AUTOMATIC