Class: Aws::APIGateway::Types::GetUsagePlanKeyRequest

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 key of a given key identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.

Returns:

  • (String)


3018
3019
3020
3021
3022
3023
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3018

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

#usage_plan_idString

The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

Returns:

  • (String)


3018
3019
3020
3021
3022
3023
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3018

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