Class: Aws::APIGateway::Types::DocumentationPartIds
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DocumentationPartIds
- Defined in:
- gems/aws-sdk-apigateway/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.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1767 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.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1767 class DocumentationPartIds < Struct.new( :ids, :warnings) SENSITIVE = [] include Aws::Structure end |