GetBasePathMappingsRequest
public struct GetBasePathMappingsRequest : AWSShape
extension APIGateway.GetBasePathMappingsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The domain name of a BasePathMapping resource.
Declaration
Swift
public let domainName: String
-
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
Declaration
Swift
public let limit: Int?
-
The current pagination position in the paged result set.
Declaration
Swift
public let position: String?
-
Undocumented
Declaration
Swift
public init(domainName: String, limit: Int? = nil, position: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> APIGateway.GetBasePathMappingsRequest