Method: Aws::APIGateway::Types::GetUsagePlanKeyRequest#usage_plan_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#usage_plan_id ⇒ String
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
3928 3929 3930 3931 3932 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3928 class GetUsagePlanKeyRequest < Struct.new( :usage_plan_id, :key_id) include Aws::Structure end |