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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


6879
6880
6881
6882
6883
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6879

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