Method: Aws::APIGateway::Types::GetUsagePlansRequest#key_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#key_id ⇒ String
The identifier of the API key associated with the usage plans.
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 |