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