Method: Aws::APIGateway::Types::DocumentationPart#location

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

#locationTypes::DocumentationPartLocation

The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.


2116
2117
2118
2119
2120
2121
# File 'lib/aws-sdk-apigateway/types.rb', line 2116

class DocumentationPart < Struct.new(
  :id,
  :location,
  :properties)
  include Aws::Structure
end