GetDeploymentRequest
public struct GetDeploymentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the application that includes the deployment you want to get.
Declaration
Swift
public let applicationId: String
-
The sequence number of the deployment.
Declaration
Swift
public let deploymentNumber: Int
-
The ID of the environment that includes the deployment you want to get.
Declaration
Swift
public let environmentId: String
-
Undocumented
Declaration
Swift
public init(applicationId: String, deploymentNumber: Int, environmentId: String)
-
Declaration
Swift
public func validate(name: String) throws