ListDeploymentConfigsInput
public struct ListDeploymentConfigsInput : AWSShape
extension CodeDeploy.ListDeploymentConfigsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeDeploy.ListDeploymentConfigsInput