Class: Aws::APIGateway::Types::UpdateAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateAccountRequest
- Includes:
- Structure
- Defined in:
- 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].
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html
5203 5204 5205 5206 5207 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5203 class UpdateAccountRequest < Struct.new( :patch_operations) SENSITIVE = [] include Aws::Structure end |