Class: Aws::APIGateway::Types::GetUsagePlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetUsagePlanRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The GET request to get a usage plan of a given plan identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usage_plan_id ⇒ String
The identifier of the UsagePlan resource to be retrieved.
Instance Attribute Details
#usage_plan_id ⇒ String
The identifier of the UsagePlan resource to be retrieved.
3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3252 class GetUsagePlanRequest < Struct.new( :usage_plan_id) SENSITIVE = [] include Aws::Structure end |