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 SecurityGroupIdentifier Source #
Information about the device's security group.
See: newSecurityGroupIdentifier
smart constructor.
Instances
newSecurityGroupIdentifier :: SecurityGroupIdentifier Source #
Create a value of SecurityGroupIdentifier
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:groupId:SecurityGroupIdentifier'
, securityGroupIdentifier_groupId
- The security group ID.
$sel:groupName:SecurityGroupIdentifier'
, securityGroupIdentifier_groupName
- The security group name.
securityGroupIdentifier_groupId :: Lens' SecurityGroupIdentifier (Maybe Text) Source #
The security group ID.
securityGroupIdentifier_groupName :: Lens' SecurityGroupIdentifier (Maybe Text) Source #
The security group name.