Method: Aws::APIGateway::Types::GetDocumentationPartsRequest#type
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#type ⇒ String
The type of API entities of the to-be-retrieved documentation parts.
3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3094 class GetDocumentationPartsRequest < Struct.new( :rest_api_id, :type, :name_query, :path, :position, :limit, :location_status) include Aws::Structure end |