Class: Aws::SecurityHub::Types::AwsEc2InstanceNetworkInterfacesDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#network_interface_idString

The identifier of the network interface. The details are in a corresponding ‘AwsEc2NetworkInterfacesDetails` object.



6722
6723
6724
6725
6726
# File 'lib/aws-sdk-securityhub/types.rb', line 6722

class AwsEc2InstanceNetworkInterfacesDetails < Struct.new(
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end