Class: Aws::APIGateway::Types::DeleteDocumentationPartRequest

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

Overview

Deletes an existing documentation part of an API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentation_part_idString

The identifier of the to-be-deleted documentation part.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1305

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1305

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