GetUsagePlansRequest

public struct GetUsagePlansRequest : AWSShape
extension APIGateway.GetUsagePlansRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the API key associated with the usage plans.

    Declaration

    Swift

    public let keyId: 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(keyId: String? = nil, limit: Int? = nil, position: String? = nil)