StopDeploymentInput
public struct StopDeploymentInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
Declaration
Swift
public let autoRollbackEnabled: Bool? -
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String -
Undocumented
Declaration
Swift
public init(autoRollbackEnabled: Bool? = nil, deploymentId: String)
View on GitHub
StopDeploymentInput Structure Reference