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