GetDeploymentStrategyRequest
public struct GetDeploymentStrategyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the deployment strategy to get.
Declaration
Swift
public let deploymentStrategyId: String
-
Undocumented
Declaration
Swift
public init(deploymentStrategyId: String)
-
Declaration
Swift
public func validate(name: String) throws