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