GetDeploymentTargetInput
public struct GetDeploymentTargetInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String? -
The unique ID of a deployment target.
Declaration
Swift
public let targetId: String? -
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil, targetId: String? = nil)
View on GitHub
GetDeploymentTargetInput Structure Reference