ListDeploymentsResponse
public struct ListDeploymentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of deployments for the requested groups.
Declaration
Swift
public let deployments: [Deployment]? -
The token for the next set of results, or “null” if there are no additional results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(deployments: [Deployment]? = nil, nextToken: String? = nil)
View on GitHub
ListDeploymentsResponse Structure Reference