HostEntry
public struct HostEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The hostname to use in the /etc/hosts entry.
Declaration
Swift
public let hostname: String
-
The IP address to use in the /etc/hosts entry.
Declaration
Swift
public let ipAddress: String
-
Undocumented
Declaration
Swift
public init(hostname: String, ipAddress: String)