| 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.AlexaBusiness.Types.GatewayGroup
Description
Synopsis
Documentation
data GatewayGroup Source #
The details of the gateway group.
See: newGatewayGroup smart constructor.
Constructors
| GatewayGroup' | |
Instances
newGatewayGroup :: GatewayGroup Source #
Create a value of GatewayGroup 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:arn:GatewayGroup', gatewayGroup_arn - The ARN of the gateway group.
$sel:description:GatewayGroup', gatewayGroup_description - The description of the gateway group.
$sel:name:GatewayGroup', gatewayGroup_name - The name of the gateway group.
gatewayGroup_arn :: Lens' GatewayGroup (Maybe Text) Source #
The ARN of the gateway group.
gatewayGroup_description :: Lens' GatewayGroup (Maybe Text) Source #
The description of the gateway group.
gatewayGroup_name :: Lens' GatewayGroup (Maybe Text) Source #
The name of the gateway group.