| 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.GatewayGroupSummary
Description
Synopsis
Documentation
data GatewayGroupSummary Source #
The summary of a gateway group.
See: newGatewayGroupSummary smart constructor.
Constructors
| GatewayGroupSummary' | |
Instances
newGatewayGroupSummary :: GatewayGroupSummary Source #
Create a value of GatewayGroupSummary 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:GatewayGroupSummary', gatewayGroupSummary_arn - The ARN of the gateway group.
$sel:description:GatewayGroupSummary', gatewayGroupSummary_description - The description of the gateway group.
$sel:name:GatewayGroupSummary', gatewayGroupSummary_name - The name of the gateway group.
gatewayGroupSummary_arn :: Lens' GatewayGroupSummary (Maybe Text) Source #
The ARN of the gateway group.
gatewayGroupSummary_description :: Lens' GatewayGroupSummary (Maybe Text) Source #
The description of the gateway group.
gatewayGroupSummary_name :: Lens' GatewayGroupSummary (Maybe Text) Source #
The name of the gateway group.