Class: Aws::APIGateway::Types::DocumentationParts
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationParts
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The collection of documentation parts of an API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DocumentationPart>
The current page of elements from this collection.
-
#position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::DocumentationPart>
The current page of elements from this collection.
1870 1871 1872 1873 1874 1875 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1870 class DocumentationParts < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
1870 1871 1872 1873 1874 1875 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1870 class DocumentationParts < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |