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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idsArray<String>

A list of the returned documentation part identifiers.

Returns:

  • (Array<String>)


1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1705

class DocumentationPartIds < Struct.new(
  :ids,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<String>

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

Returns:

  • (Array<String>)


1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1705

class DocumentationPartIds < Struct.new(
  :ids,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end