Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfaceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkInterfaceDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
When making an API call, you may pass AwsEc2NetworkInterfaceDetails data as a hash:
{
attachment: {
attach_time: "NonEmptyString",
attachment_id: "NonEmptyString",
delete_on_termination: false,
device_index: 1,
instance_id: "NonEmptyString",
instance_owner_id: "NonEmptyString",
status: "NonEmptyString",
},
network_interface_id: "NonEmptyString",
security_groups: [
{
group_name: "NonEmptyString",
group_id: "NonEmptyString",
},
],
source_dest_check: false,
ip_v6_addresses: [
{
ip_v6_address: "NonEmptyString",
},
],
private_ip_addresses: [
{
private_ip_address: "NonEmptyString",
private_dns_name: "NonEmptyString",
},
],
public_dns_name: "NonEmptyString",
public_ip: "NonEmptyString",
}
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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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.
5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5889 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 |