| 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.ServiceCatalog.Types.OrganizationNode
Description
Documentation
data OrganizationNode Source #
Information about the organization node.
See: newOrganizationNode smart constructor.
Constructors
| OrganizationNode' | |
Instances
newOrganizationNode :: OrganizationNode Source #
Create a value of OrganizationNode 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:type':OrganizationNode', organizationNode_type - The organization node type.
$sel:value:OrganizationNode', organizationNode_value - The identifier of the organization node.
organizationNode_type :: Lens' OrganizationNode (Maybe OrganizationNodeType) Source #
The organization node type.
organizationNode_value :: Lens' OrganizationNode (Maybe Text) Source #
The identifier of the organization node.