class
Amazonite::ApiGateway::UpdateAccountRequest
- Amazonite::ApiGateway::UpdateAccountRequest
- Reference
- Object
Overview
Requests API Gateway to change information about the current Account resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_account_request.crConstructors
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.
- #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.