Method: Aws::APIGateway::Types::DeleteDocumentationPartRequest#documentation_part_id

Defined in:
lib/aws-sdk-apigateway/types.rb

#documentation_part_idString

[Required] The identifier of the to-be-deleted documentation part.

Returns:

  • (String)
[View source]

1750
1751
1752
1753
1754
1755
# File 'lib/aws-sdk-apigateway/types.rb', line 1750

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