Class: Aws::APIGateway::Types::UpdateDocumentationPartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateDocumentationPartRequest
- Defined in:
- gems/aws-sdk-apigateway/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][1].
-
#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.
5563 5564 5565 5566 5567 5568 5569 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5563 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.
5563 5564 5565 5566 5567 5568 5569 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5563 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.
5563 5564 5565 5566 5567 5568 5569 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5563 class UpdateDocumentationPartRequest < Struct.new( :rest_api_id, :documentation_part_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |