ListDeploymentInstancesOutput
public struct ListDeploymentInstancesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of instance IDs.
Declaration
Swift
public let instancesList: [String]?
-
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(instancesList: [String]? = nil, nextToken: String? = nil)