| 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.IotTwinMaker.Types.RelationshipValue
Description
Synopsis
Documentation
data RelationshipValue Source #
A value that associates a component and an entity.
See: newRelationshipValue smart constructor.
Constructors
| RelationshipValue' | |
Fields
| |
Instances
newRelationshipValue :: RelationshipValue Source #
Create a value of RelationshipValue 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:targetComponentName:RelationshipValue', relationshipValue_targetComponentName - The name of the target component associated with the relationship value.
$sel:targetEntityId:RelationshipValue', relationshipValue_targetEntityId - The ID of the target entity associated with this relationship value.
relationshipValue_targetComponentName :: Lens' RelationshipValue (Maybe Text) Source #
The name of the target component associated with the relationship value.
relationshipValue_targetEntityId :: Lens' RelationshipValue (Maybe Text) Source #
The ID of the target entity associated with this relationship value.