Method: Aws::APIGateway::Types::DeleteUsagePlanKeyRequest#key_id

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

#key_idString

The Id of the UsagePlanKey resource to be deleted.

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