StopDeploymentOutput
public struct StopDeploymentOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the stop deployment operation: Pending: The stop operation is pending. Succeeded: The stop operation was successful.
Declaration
Swift
public let status: StopStatus?
-
An accompanying status message.
Declaration
Swift
public let statusMessage: String?
-
Undocumented
Declaration
Swift
public init(status: StopStatus? = nil, statusMessage: String? = nil)