BatchGetDeploymentInstancesInput
public struct BatchGetDeploymentInstancesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String -
The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.
Declaration
Swift
public let instanceIds: [String] -
Undocumented
Declaration
Swift
public init(deploymentId: String, instanceIds: [String])
View on GitHub
BatchGetDeploymentInstancesInput Structure Reference