Method: Aws::APIGateway::Types::GetUsagePlanKeysRequest#name_query

Defined in:
lib/aws-sdk-apigateway/types.rb

#name_queryString

A query parameter specifying the name of the to-be-returned usage plan keys.

Returns:

  • (String)

3966
3967
3968
3969
3970
3971
3972
# File 'lib/aws-sdk-apigateway/types.rb', line 3966

class GetUsagePlanKeysRequest < Struct.new(
  :usage_plan_id,
  :position,
  :limit,
  :name_query)
  include Aws::Structure
end