Method: Aws::APIGateway::Types::UpdateUsageRequest#key_id

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

#key_idString

The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

Returns:

  • (String)

7381
7382
7383
7384
7385
7386
# File 'lib/aws-sdk-apigateway/types.rb', line 7381

class UpdateUsageRequest < Struct.new(
  :usage_plan_id,
  :key_id,
  :patch_operations)
  include Aws::Structure
end