![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsEc2NetworkInterfaceDetails USAGEThis 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 DESCRIPTIONDetails about the network interface ATTRIBUTESAttachment => Paws::SecurityHub::AwsEc2NetworkInterfaceAttachmentThe network interface attachment. IpV6Addresses => ArrayRef[Paws::SecurityHub::AwsEc2NetworkInterfaceIpV6AddressDetail]The IPv6 addresses associated with the network interface. NetworkInterfaceId => StrThe ID of the network interface. PrivateIpAddresses => ArrayRef[Paws::SecurityHub::AwsEc2NetworkInterfacePrivateIpAddressDetail]The private IPv4 addresses associated with the network interface. PublicDnsName => StrThe public DNS name of the network interface. PublicIp => StrThe address of the Elastic IP address bound to the network interface. SecurityGroups => ArrayRef[Paws::SecurityHub::AwsEc2NetworkInterfaceSecurityGroup]Security groups for the network interface. SourceDestCheck => BoolIndicates whether traffic to or from the instance is validated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|