Class: Aws::APIGateway::Types::GetUsagePlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetUsagePlanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Note:
When making an API call, you may pass GetUsagePlanRequest data as a hash:
{
usage_plan_id: "String", # required
}
The GET request to get a usage plan of a given plan identifier.
Instance Attribute Summary collapse
-
#usage_plan_id ⇒ String
The identifier of the UsagePlan resource to be retrieved.
Instance Attribute Details
permalink #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 |