Class: Aws::APIGateway::Types::UpdateAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Requests API Gateway to change information about the current Account resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



5204
5205
5206
5207
5208
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5204

class UpdateAccountRequest < Struct.new(
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end