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