GetDeploymentInstanceInput
public struct GetDeploymentInstanceInput : 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 an instance in the deployment group.
Declaration
Swift
public let instanceId: String -
Undocumented
Declaration
Swift
public init(deploymentId: String, instanceId: String)
View on GitHub
GetDeploymentInstanceInput Structure Reference