class Aws::APIGateway::Types::GetUsagePlanKeysRequest

The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.

@note When making an API call, you may pass GetUsagePlanKeysRequest

data as a hash:

    {
      usage_plan_id: "String", # required
      position: "String",
      limit: 1,
      name_query: "String",
    }

@!attribute [rw] usage_plan_id

\[Required\] The Id of the UsagePlan resource representing the usage
plan containing the to-be-retrieved UsagePlanKey resource
representing a plan customer.
@return [String]

@!attribute [rw] position

The current pagination position in the paged result set.
@return [String]

@!attribute [rw] limit

The maximum number of returned results per page. The default value
is 25 and the maximum value is 500.
@return [Integer]

@!attribute [rw] name_query

A query parameter specifying the name of the to-be-returned usage
plan keys.
@return [String]

Constants

SENSITIVE