Class: Aws::APIGateway::Types::GetUsagePlanKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetUsagePlanKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The GET request to get a usage plan key of a given key identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
-
#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.
Instance Attribute Details
#key_id ⇒ String
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
3018 3019 3020 3021 3022 3023 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3018 class GetUsagePlanKeyRequest < Struct.new( :usage_plan_id, :key_id) SENSITIVE = [] include Aws::Structure end |
#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.
3018 3019 3020 3021 3022 3023 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3018 class GetUsagePlanKeyRequest < Struct.new( :usage_plan_id, :key_id) SENSITIVE = [] include Aws::Structure end |