Method: Aws::APIGateway::Types::DeleteUsagePlanKeyRequest#key_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#key_id ⇒ String
The Id of the UsagePlanKey resource to be deleted.
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 |