AgentNetworkInfo
public struct AgentNetworkInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IP address for the host where the agent/connector resides.
Declaration
Swift
public let ipAddress: String? -
The MAC address for the host where the agent/connector resides.
Declaration
Swift
public let macAddress: String? -
Undocumented
Declaration
Swift
public init(ipAddress: String? = nil, macAddress: String? = nil)
View on GitHub
AgentNetworkInfo Structure Reference