Method: Aws::APIGateway::Types::UpdateUsageRequest#usage_plan_id

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

#usage_plan_idString

The Id of the usage plan associated with the usage data.

Returns:

  • (String)
[View source]

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