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)


5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5384

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:



5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5384

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)


5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5384

class UpdateDocumentationVersionRequest < Struct.new(
  :rest_api_id,
  :documentation_version,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end