Class: Aws::APIGateway::Types::DocumentationVersions
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationVersions
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The collection of documentation snapshots of an API.
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.
1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1882 class DocumentationVersions < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1882 class DocumentationVersions < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |