AssignPrivateIpAddressesResult
public struct AssignPrivateIpAddressesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The private IP addresses assigned to the network interface.
Declaration
Swift
public let assignedPrivateIpAddresses: [AssignedPrivateIpAddress]?
-
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String?
-
Undocumented
Declaration
Swift
public init(assignedPrivateIpAddresses: [AssignedPrivateIpAddress]? = nil, networkInterfaceId: String? = nil)