class Aws::APIGateway::Types::UpdateAccountRequest
Requests API Gateway to change information about the current Account
resource.
@note When making an API call, you may pass UpdateAccountRequest
data as a hash: { patch_operations: [ { op: "add", # accepts add, remove, replace, move, copy, test path: "String", value: "String", from: "String", }, ], }
@!attribute [rw] patch_operations
A list of update operations to be applied to the specified resource and in the order specified in this list. @return [Array<Types::PatchOperation>]
Constants
- SENSITIVE