GetUsagePlanKeysRequest
public struct GetUsagePlanKeysRequest : AWSShape
extension APIGateway.GetUsagePlanKeysRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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?
-
A query parameter specifying the name of the to-be-returned usage plan keys.
Declaration
Swift
public let nameQuery: String?
-
The current pagination position in the paged result set.
Declaration
Swift
public let position: String?
-
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
Declaration
Swift
public let usagePlanId: String
-
Undocumented
Declaration
Swift
public init(limit: Int? = nil, nameQuery: String? = nil, position: String? = nil, usagePlanId: String)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> APIGateway.GetUsagePlanKeysRequest