PrivateIp class

Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.

Constructors

PrivateIp({String? privateDnsName, String? privateIpAddress})
PrivateIp.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
privateDnsName String?
The DNS name of the private IP address.
final
privateIpAddress String?
The full IP address of the network inteface.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited