Class: Aws::APIGateway::Types::DeleteUsagePlanRequest

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

Overview

The DELETE request to delete a usage plan of a given plan Id.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usage_plan_idString

The Id of the to-be-deleted usage plan.

Returns:

  • (String)


1564
1565
1566
1567
1568
# File 'lib/aws-sdk-apigateway/types.rb', line 1564

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