Class: Aws::APIGateway::Types::DeleteUsagePlanKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The Id of the UsagePlanKey resource to be deleted.

Returns:

  • (String)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1551

class DeleteUsagePlanKeyRequest < 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-deleted UsagePlanKey resource representing a plan customer.

Returns:

  • (String)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1551

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