Class: Aws::APIGateway::Types::DocumentationVersions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

The collection of documentation snapshots of an API.

<div class=“remarks” markdown=“1”> Use the DocumentationVersions to manage documentation snapshots associated with various API stages.

</div>

<div class=“seeAlso”> [Documenting an API], DocumentationPart, DocumentationVersion </div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api.html

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DocumentationVersion>

The current page of elements from this collection.

Returns:



2060
2061
2062
2063
2064
# File 'lib/aws-sdk-apigateway/types.rb', line 2060

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

#positionString

Returns:

  • (String)


2060
2061
2062
2063
2064
# File 'lib/aws-sdk-apigateway/types.rb', line 2060

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