Method: Aws::APIGateway::Types::UpdateUsageRequest#usage_plan_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #usage_plan_id ⇒ String
The Id of the usage plan associated with the usage data.
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 |