Class: Aws::APIGateway::Types::UpdateUsagePlanRequest

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

Overview

The PATCH request to update a usage plan of a given plan Id.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see [Patch Operations].

[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html

Returns:



5726
5727
5728
5729
5730
5731
# File 'lib/aws-sdk-apigateway/types.rb', line 5726

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

#usage_plan_idString

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

Returns:

  • (String)


5726
5727
5728
5729
5730
5731
# File 'lib/aws-sdk-apigateway/types.rb', line 5726

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