ListDeploymentTargetsOutput
public struct ListDeploymentTargetsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.
Declaration
Swift
public let nextToken: String? -
The unique IDs of deployment targets.
Declaration
Swift
public let targetIds: [String]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, targetIds: [String]? = nil)
View on GitHub
ListDeploymentTargetsOutput Structure Reference