| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Comprehend.Types.RelationshipsListItem
Description
Documentation
data RelationshipsListItem Source #
List of child blocks for the current block.
See: newRelationshipsListItem smart constructor.
Constructors
| RelationshipsListItem' | |
Instances
newRelationshipsListItem :: RelationshipsListItem Source #
Create a value of RelationshipsListItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ids:RelationshipsListItem', relationshipsListItem_ids - Identifers of the child blocks.
$sel:type':RelationshipsListItem', relationshipsListItem_type - Only supported relationship is a child relationship.
relationshipsListItem_ids :: Lens' RelationshipsListItem (Maybe [Text]) Source #
Identifers of the child blocks.
relationshipsListItem_type :: Lens' RelationshipsListItem (Maybe RelationshipType) Source #
Only supported relationship is a child relationship.