Class: Aws::APIGateway::Types::UpdateAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateAccountRequest
- 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
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations][1].
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see Patch Operations.
5403 5404 5405 5406 5407 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5403 class UpdateAccountRequest < Struct.new( :patch_operations) SENSITIVE = [] include Aws::Structure end |