| 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.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple
Description
Synopsis
- data ObjectIdentifierAndLinkNameTuple = ObjectIdentifierAndLinkNameTuple' {}
- newObjectIdentifierAndLinkNameTuple :: ObjectIdentifierAndLinkNameTuple
- objectIdentifierAndLinkNameTuple_linkName :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text)
- objectIdentifierAndLinkNameTuple_objectIdentifier :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text)
Documentation
data ObjectIdentifierAndLinkNameTuple Source #
A pair of ObjectIdentifier and LinkName.
See: newObjectIdentifierAndLinkNameTuple smart constructor.
Constructors
| ObjectIdentifierAndLinkNameTuple' | |
Instances
newObjectIdentifierAndLinkNameTuple :: ObjectIdentifierAndLinkNameTuple Source #
Create a value of ObjectIdentifierAndLinkNameTuple 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:linkName:ObjectIdentifierAndLinkNameTuple', objectIdentifierAndLinkNameTuple_linkName - The name of the link between the parent and the child object.
$sel:objectIdentifier:ObjectIdentifierAndLinkNameTuple', objectIdentifierAndLinkNameTuple_objectIdentifier - The ID that is associated with the object.
objectIdentifierAndLinkNameTuple_linkName :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text) Source #
The name of the link between the parent and the child object.
objectIdentifierAndLinkNameTuple_objectIdentifier :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text) Source #
The ID that is associated with the object.