Method: Aws::APIGateway::Types::DeleteDocumentationPartRequest#documentation_part_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #documentation_part_id ⇒ String
[Required] The identifier of the to-be-deleted documentation part.
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 |