Class: Aws::Comprehend::Types::RelationshipsListItem

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

Overview

List of child blocks for the current block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

Identifers of the child blocks.

Returns:

  • (Array<String>)


6504
6505
6506
6507
6508
6509
# File 'lib/aws-sdk-comprehend/types.rb', line 6504

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

#typeString

Only supported relationship is a child relationship.

Returns:

  • (String)


6504
6505
6506
6507
6508
6509
# File 'lib/aws-sdk-comprehend/types.rb', line 6504

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