AssignedPrivateIpAddress
public struct AssignedPrivateIpAddress : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The private IP address assigned to the network interface.
Declaration
Swift
public let privateIpAddress: String?
-
Undocumented
Declaration
Swift
public init(privateIpAddress: String? = nil)