Class: Aws::APIGateway::Types::DeleteUsagePlanKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteUsagePlanKeyRequest
- Includes:
- Structure
- Defined in:
- 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
-
#key_id ⇒ String
The Id of the UsagePlanKey resource to be deleted.
-
#usage_plan_id ⇒ String
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
Instance Attribute Details
#key_id ⇒ String
The Id of the UsagePlanKey resource to be deleted.
1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1551 class DeleteUsagePlanKeyRequest < 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-deleted UsagePlanKey resource representing a plan customer.
1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1551 class DeleteUsagePlanKeyRequest < Struct.new( :usage_plan_id, :key_id) SENSITIVE = [] include Aws::Structure end |