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” markdown=“1”> [Documenting an API], DocumentationPart, DocumentationVersion </div>

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DocumentationVersion>

The current page of elements from this collection.

Returns:



2539
2540
2541
2542
2543
2544
# File 'lib/aws-sdk-apigateway/types.rb', line 2539

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

#positionString

Returns:

  • (String)


2539
2540
2541
2542
2543
2544
# File 'lib/aws-sdk-apigateway/types.rb', line 2539

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