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
5217 5218 5219 5220 5221 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5217 class UpdateAccountRequest < Struct.new( :patch_operations) SENSITIVE = [] include Aws::Structure end |