Class: Aws::APIGateway::Types::GetUsagePlanRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#usage_plan_idString

The identifier of the UsagePlan resource to be retrieved.

Returns:

  • (String)


3063
3064
3065
3066
3067
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3063

class GetUsagePlanRequest < Struct.new(
  :usage_plan_id)
  SENSITIVE = []
  include Aws::Structure
end