Method: Aws::APIGateway::Types::GetUsagePlansRequest#key_id

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

#key_idString

The identifier of the API key associated with the usage plans.

Returns:

  • (String)

4015
4016
4017
4018
4019
4020
# File 'lib/aws-sdk-apigateway/types.rb', line 4015

class GetUsagePlansRequest < Struct.new(
  :position,
  :key_id,
  :limit)
  include Aws::Structure
end