You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::DocumentationPartIds

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A collection of the imported DocumentationPart identifiers.

This is used to return the result when documentation parts in an external (e.g., OpenAPI) file are imported into API Gateway

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

A list of the returned documentation part identifiers.

Returns:

  • (Array<String>)

    A list of the returned documentation part identifiers.

#warningsArray<String>

A list of warning messages reported during import of documentation parts.

Returns:

  • (Array<String>)

    A list of warning messages reported during import of documentation parts.