Method: Aws::APIGateway::Types::DocumentationVersions#items

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

#itemsArray<Types::DocumentationVersion>

The current page of elements from this collection.

Returns:

[View source]

2311
2312
2313
2314
2315
# File 'lib/aws-sdk-apigateway/types.rb', line 2311

class DocumentationVersions < Struct.new(
  :position,
  :items)
  include Aws::Structure
end