AgentInfo
public struct AgentInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The agent or connector ID.
Declaration
Swift
public let agentId: String? -
Network details about the host where the agent or connector resides.
Declaration
Swift
public let agentNetworkInfoList: [AgentNetworkInfo]? -
Type of agent.
Declaration
Swift
public let agentType: String? -
Status of the collection process for an agent or connector.
Declaration
Swift
public let collectionStatus: String? -
The ID of the connector.
Declaration
Swift
public let connectorId: String? -
The health of the agent or connector.
Declaration
Swift
public let health: AgentStatus? -
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
Declaration
Swift
public let hostName: String? -
Time since agent or connector health was reported.
Declaration
Swift
public let lastHealthPingTime: String? -
Agent’s first registration timestamp in UTC.
Declaration
Swift
public let registeredTime: String? -
The agent or connector version.
Declaration
Swift
public let version: String? -
init(agentId:agentNetworkInfoList:agentType:collectionStatus:connectorId:health:hostName:lastHealthPingTime:registeredTime:version:)Undocumented
Declaration
Swift
public init(agentId: String? = nil, agentNetworkInfoList: [AgentNetworkInfo]? = nil, agentType: String? = nil, collectionStatus: String? = nil, connectorId: String? = nil, health: AgentStatus? = nil, hostName: String? = nil, lastHealthPingTime: String? = nil, registeredTime: String? = nil, version: String? = nil)
View on GitHub
AgentInfo Structure Reference