Class: Aws::APIGateway::Types::UpdateDocumentationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateDocumentationVersionRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Updates an existing documentation version of an API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documentation_version ⇒ String
The version identifier of the to-be-updated documentation version.
-
#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_version ⇒ String
The version identifier of the to-be-updated documentation version.
5590 5591 5592 5593 5594 5595 5596 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5590 class UpdateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see Patch Operations.
5590 5591 5592 5593 5594 5595 5596 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5590 class UpdateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5590 5591 5592 5593 5594 5595 5596 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5590 class UpdateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :patch_operations) SENSITIVE = [] include Aws::Structure end |