Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfaceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkInterfaceDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the network interface
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::AwsEc2NetworkInterfaceAttachment
The network interface attachment.
-
#ip_v6_addresses ⇒ Array<Types::AwsEc2NetworkInterfaceIpV6AddressDetail>
The IPv6 addresses associated with the network interface.
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#private_ip_addresses ⇒ Array<Types::AwsEc2NetworkInterfacePrivateIpAddressDetail>
The private IPv4 addresses associated with the network interface.
-
#public_dns_name ⇒ String
The public DNS name of the network interface.
-
#public_ip ⇒ String
The address of the Elastic IP address bound to the network interface.
-
#security_groups ⇒ Array<Types::AwsEc2NetworkInterfaceSecurityGroup>
Security groups for the network interface.
-
#source_dest_check ⇒ Boolean
Indicates whether traffic to or from the instance is validated.
Instance Attribute Details
#attachment ⇒ Types::AwsEc2NetworkInterfaceAttachment
The network interface attachment.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#ip_v6_addresses ⇒ Array<Types::AwsEc2NetworkInterfaceIpV6AddressDetail>
The IPv6 addresses associated with the network interface.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#private_ip_addresses ⇒ Array<Types::AwsEc2NetworkInterfacePrivateIpAddressDetail>
The private IPv4 addresses associated with the network interface.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#public_dns_name ⇒ String
The public DNS name of the network interface.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#public_ip ⇒ String
The address of the Elastic IP address bound to the network interface.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<Types::AwsEc2NetworkInterfaceSecurityGroup>
Security groups for the network interface.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |
#source_dest_check ⇒ Boolean
Indicates whether traffic to or from the instance is validated.
8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8375 class AwsEc2NetworkInterfaceDetails < Struct.new( :attachment, :network_interface_id, :security_groups, :source_dest_check, :ip_v6_addresses, :private_ip_addresses, :public_dns_name, :public_ip) SENSITIVE = [] include Aws::Structure end |