ReplicationRunStageDetails
public struct ReplicationRunStageDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current stage of a replication run.
Declaration
Swift
public let stage: String?
-
The progress of the current stage of a replication run.
Declaration
Swift
public let stageProgress: String?
-
Undocumented
Declaration
Swift
public init(stage: String? = nil, stageProgress: String? = nil)