Class: Aws::APIGateway::Types::DocumentationParts

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

Overview

The collection of documentation parts of an API.

<div class=“remarks”></div>

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DocumentationPart>

The current page of elements from this collection.

Returns:



1995
1996
1997
1998
1999
# File 'lib/aws-sdk-apigateway/types.rb', line 1995

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

#positionString

Returns:

  • (String)


1995
1996
1997
1998
1999
# File 'lib/aws-sdk-apigateway/types.rb', line 1995

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