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