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.

Returns:

  • (String)


6889
6890
6891
6892
6893
# File 'lib/aws-sdk-securityhub/types.rb', line 6889

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