GetDevEndpointsRequest
public struct GetDevEndpointsRequest : AWSShape
extension Glue.GetDevEndpointsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum size of information to return.
Declaration
Swift
public let maxResults: Int?
-
A continuation token, if this is a continuation call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Glue.GetDevEndpointsRequest