Class: Aws::APIGateway::Types::DeleteDocumentationVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Deletes an existing documentation version of an API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentation_versionString

The version identifier of a to-be-deleted documentation snapshot.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1322

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1322

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