Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AssetHierarchyInfo Source #
Contains information about a parent asset and a child asset that are related through an asset hierarchy.
See: newAssetHierarchyInfo
smart constructor.
AssetHierarchyInfo' | |
|
Instances
newAssetHierarchyInfo :: AssetHierarchyInfo Source #
Create a value of AssetHierarchyInfo
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:childAssetId:AssetHierarchyInfo'
, assetHierarchyInfo_childAssetId
- The ID of the child asset in this asset relationship.
$sel:parentAssetId:AssetHierarchyInfo'
, assetHierarchyInfo_parentAssetId
- The ID of the parent asset in this asset relationship.
assetHierarchyInfo_childAssetId :: Lens' AssetHierarchyInfo (Maybe Text) Source #
The ID of the child asset in this asset relationship.
assetHierarchyInfo_parentAssetId :: Lens' AssetHierarchyInfo (Maybe Text) Source #
The ID of the parent asset in this asset relationship.