Method: Aws::APIGateway::Types::CreateDocumentationPartRequest#properties
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#properties ⇒ String
[Required] The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only Swagger-compliant key-value pairs can be exported and, hence, published.
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 |