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.
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 |
#type ⇒ String
Only supported relationship is a child relationship.
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 |