Method: Aws::APIGateway::Types::GetUsagePlanRequest#usage_plan_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#usage_plan_id ⇒ String
The identifier of the UsagePlan resource to be retrieved.
3987 3988 3989 3990 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3987 class GetUsagePlanRequest < Struct.new( :usage_plan_id) include Aws::Structure end |