class
Amazonite::ApiGateway::UpdateUsageRequest
- Amazonite::ApiGateway::UpdateUsageRequest
- Reference
- Object
Overview
The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_usage_request.crConstructors
- .new(usage_plan_id : String, key_id : String, patch_operations : Array(PatchOperation) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
-
#key_id=(key_id : String)
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
-
#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 usage plan associated with the usage data.
-
#usage_plan_id=(usage_plan_id : String)
The Id of the usage plan associated with the usage data.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.
The Id of the usage plan associated with the usage data.