ReplicationRun
public struct ReplicationRun : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID of the Amazon Machine Image (AMI) from the replication run. DeclarationSwift public let amiId: String?
- 
                  
                  The completion time of the last replication run. DeclarationSwift public let completedTime: TimeStamp?
- 
                  
                  The description of the replication run. DeclarationSwift public let description: String?
- 
                  
                  Indicates whether the replication run should produce an encrypted AMI. DeclarationSwift public let encrypted: Bool?
- 
                  
                  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. DeclarationSwift public let kmsKeyId: String?
- 
                  
                  The ID of the replication run. DeclarationSwift public let replicationRunId: String?
- 
                  
                  The start time of the next replication run. DeclarationSwift public let scheduledStartTime: TimeStamp?
- 
                  
                  Details about the current stage of the replication run. DeclarationSwift public let stageDetails: ReplicationRunStageDetails?
- 
                  
                  The state of the replication run. DeclarationSwift public let state: ReplicationRunState?
- 
                  
                  The description of the current status of the replication job. DeclarationSwift public let statusMessage: String?
- 
                  
                  The type of replication run. DeclarationSwift public let type: ReplicationRunType?
- 
                  init(amiId:completedTime:description:encrypted:kmsKeyId:replicationRunId:scheduledStartTime:stageDetails:state:statusMessage:type:)Undocumented DeclarationSwift public init(amiId: String? = nil, completedTime: TimeStamp? = nil, description: String? = nil, encrypted: Bool? = nil, kmsKeyId: String? = nil, replicationRunId: String? = nil, scheduledStartTime: TimeStamp? = nil, stageDetails: ReplicationRunStageDetails? = nil, state: ReplicationRunState? = nil, statusMessage: String? = nil, type: ReplicationRunType? = nil)
 View on GitHub
View on GitHub ReplicationRun Structure Reference
        ReplicationRun Structure Reference