Class: Aws::Comprehend::Types::RelationshipsListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::RelationshipsListItem
- 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
-
#ids ⇒ Array<String>
Identifers of the child blocks.
-
#type ⇒ String
Only supported relationship is a child relationship.
Instance Attribute Details
#ids ⇒ Array<String>
Identifers of the child blocks.
6368 6369 6370 6371 6372 6373 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6368 class RelationshipsListItem < Struct.new( :ids, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Only supported relationship is a child relationship.
6368 6369 6370 6371 6372 6373 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6368 class RelationshipsListItem < Struct.new( :ids, :type) SENSITIVE = [] include Aws::Structure end |