Method: Aws::APIGateway::Types::CreateDocumentationPartRequest#location

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

#locationTypes::DocumentationPartLocation

[Required] The location of the targeted API entity of the to-be-created documentation part.


885
886
887
888
889
890
# File 'lib/aws-sdk-apigateway/types.rb', line 885

class CreateDocumentationPartRequest < Struct.new(
  :rest_api_id,
  :location,
  :properties)
  include Aws::Structure
end