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