Class: Aws::SecurityHub::Types::AwsEc2InstanceNetworkInterfacesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2InstanceNetworkInterfacesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Identifies a network interface for the Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interface_id ⇒ String
The identifier of the network interface.
Instance Attribute Details
#network_interface_id ⇒ String
The identifier of the network interface. The details are in a corresponding ‘AwsEc2NetworkInterfacesDetails` object.
6882 6883 6884 6885 6886 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6882 class AwsEc2InstanceNetworkInterfacesDetails < Struct.new( :network_interface_id) SENSITIVE = [] include Aws::Structure end |