Class: Aws::APIGateway::Types::DocumentationPartIds
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationPartIds
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A collection of the imported DocumentationPart identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A list of the returned documentation part identifiers.
-
#warnings ⇒ Array<String>
A list of warning messages reported during import of documentation parts.
Instance Attribute Details
#ids ⇒ Array<String>
A list of the returned documentation part identifiers.
1705 1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1705 class DocumentationPartIds < Struct.new( :ids, :warnings) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<String>
A list of warning messages reported during import of documentation parts.
1705 1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1705 class DocumentationPartIds < Struct.new( :ids, :warnings) SENSITIVE = [] include Aws::Structure end |