Class: Aws::APIGateway::Types::UpdateDocumentationVersionRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#documentation_versionString

The version identifier of the to-be-updated documentation version.

Returns:

  • (String)


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_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



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_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


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