Class: Aws::APIGateway::Types::UpdateUsagePlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateUsagePlanRequest
- 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
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#usage_plan_id ⇒ String
The Id of the to-be-updated usage plan.
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html
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_id ⇒ String
The Id of the to-be-updated usage plan.
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 |