Class: Aws::APIGateway::Types::DocumentationVersions
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationVersions
- 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
-
#items ⇒ Array<Types::DocumentationVersion>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::DocumentationVersion>
The current page of elements from this collection.
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 |
#position ⇒ 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 |