Class: Aws::APIGateway::Types::UpdateDocumentationPartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateDocumentationPartRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Updates an existing documentation part of a given API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documentation_part_id ⇒ String
The identifier of the to-be-updated documentation part.
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#documentation_part_id ⇒ String
The identifier of the to-be-updated documentation part.
5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5357 class UpdateDocumentationPartRequest < Struct.new( :rest_api_id, :documentation_part_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#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
5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5357 class UpdateDocumentationPartRequest < Struct.new( :rest_api_id, :documentation_part_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5357 5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5357 class UpdateDocumentationPartRequest < Struct.new( :rest_api_id, :documentation_part_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |