| 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 |
Amazonka.SecurityHub.Types.AwsEc2InstanceNetworkInterfacesDetails
Description
Documentation
data AwsEc2InstanceNetworkInterfacesDetails Source #
Identifies a network interface for the EC2 instance.
See: newAwsEc2InstanceNetworkInterfacesDetails smart constructor.
Constructors
| AwsEc2InstanceNetworkInterfacesDetails' | |
Fields
| |
Instances
newAwsEc2InstanceNetworkInterfacesDetails :: AwsEc2InstanceNetworkInterfacesDetails Source #
Create a value of AwsEc2InstanceNetworkInterfacesDetails 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:networkInterfaceId:AwsEc2InstanceNetworkInterfacesDetails', awsEc2InstanceNetworkInterfacesDetails_networkInterfaceId - The identifier of the network interface. The details are in a
corresponding AwsEc2NetworkInterfacesDetails object.
awsEc2InstanceNetworkInterfacesDetails_networkInterfaceId :: Lens' AwsEc2InstanceNetworkInterfacesDetails (Maybe Text) Source #
The identifier of the network interface. The details are in a
corresponding AwsEc2NetworkInterfacesDetails object.