| 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.NetworkManager.Types.Relationship
Description
Synopsis
Documentation
data Relationship Source #
Describes a resource relationship.
See: newRelationship smart constructor.
Constructors
| Relationship' | |
Instances
newRelationship :: Relationship Source #
Create a value of Relationship 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:from:Relationship', relationship_from - The ARN of the resource.
$sel:to:Relationship', relationship_to - The ARN of the resource.
relationship_from :: Lens' Relationship (Maybe Text) Source #
The ARN of the resource.
relationship_to :: Lens' Relationship (Maybe Text) Source #
The ARN of the resource.