NetworkInterfacePrivateIpAddress
public struct NetworkInterfacePrivateIpAddress : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The association information for an Elastic IP address (IPv4) associated with the network interface.
Declaration
Swift
public let association: NetworkInterfaceAssociation?
-
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
Declaration
Swift
public let primary: Bool?
-
The private DNS name.
Declaration
Swift
public let privateDnsName: String?
-
The private IPv4 address.
Declaration
Swift
public let privateIpAddress: String?
-
Undocumented
Declaration
Swift
public init(association: NetworkInterfaceAssociation? = nil, primary: Bool? = nil, privateDnsName: String? = nil, privateIpAddress: String? = nil)