class
Amazonite::ApiGateway::UpdateUsagePlanRequest
- Amazonite::ApiGateway::UpdateUsagePlanRequest
- Reference
- Object
Overview
The PATCH request to update a usage plan of a given plan Id.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_usage_plan_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(usage_plan_id : String, patch_operations : Array(PatchOperation) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#patch_operations : Array(PatchOperation) | Nil
For more information about supported patch operations, see Patch Operations.
-
#patch_operations=(patch_operations : Array(PatchOperation) | Nil)
For more information about supported patch operations, see Patch Operations.
-
#usage_plan_id : String
The Id of the to-be-updated usage plan.
-
#usage_plan_id=(usage_plan_id : String)
The Id of the to-be-updated usage plan.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def patch_operations : Array(PatchOperation) | Nil
#
For more information about supported patch operations, see Patch Operations.
def patch_operations=(patch_operations : Array(PatchOperation) | Nil)
#
For more information about supported patch operations, see Patch Operations.