Method: Aws::APIGateway::Types::DeleteUsagePlanKeyRequest#usage_plan_id

Defined in:
lib/aws-sdk-apigateway/types.rb

#usage_plan_idString

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

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
# File 'lib/aws-sdk-apigateway/types.rb', line 1613

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