NAME

Paws::SecurityHub::AwsEc2NetworkInterfaceDetails

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::SecurityHub::AwsEc2NetworkInterfaceDetails object:

$service_obj->Method(Att1 => { Attachment => $value, ..., SourceDestCheck => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsEc2NetworkInterfaceDetails object:

$result = $service_obj->Method(...);
$result->Att1->Attachment

DESCRIPTION

Details about the network interface

ATTRIBUTES

Attachment => Paws::SecurityHub::AwsEc2NetworkInterfaceAttachment

The network interface attachment.

IpV6Addresses => ArrayRef[Paws::SecurityHub::AwsEc2NetworkInterfaceIpV6AddressDetail]

The IPv6 addresses associated with the network interface.

NetworkInterfaceId => Str

The ID of the network interface.

PrivateIpAddresses => ArrayRef[Paws::SecurityHub::AwsEc2NetworkInterfacePrivateIpAddressDetail]

The private IPv4 addresses associated with the network interface.

PublicDnsName => Str

The public DNS name of the network interface.

PublicIp => Str

The address of the Elastic IP address bound to the network interface.

SecurityGroups => ArrayRef[Paws::SecurityHub::AwsEc2NetworkInterfaceSecurityGroup]

Security groups for the network interface.

SourceDestCheck => Bool

Indicates whether traffic to or from the instance is validated.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SecurityHub

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues