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