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