ListDeploymentGroupsInput
public struct ListDeploymentGroupsInput : AWSShape
extension CodeDeploy.ListDeploymentGroupsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
Declaration
Swift
public let applicationName: String -
An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(applicationName: String, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeDeploy.ListDeploymentGroupsInput
View on GitHub
ListDeploymentGroupsInput Structure Reference