PrivateIp
public struct PrivateIp : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The DNS name of the private IP address.
Declaration
Swift
public let privateDnsName: String? -
The full IP address of the network inteface.
Declaration
Swift
public let privateIpAddress: String? -
Undocumented
Declaration
Swift
public init(privateDnsName: String? = nil, privateIpAddress: String? = nil)
View on GitHub
PrivateIp Structure Reference