AgentConfigurationStatus
public struct AgentConfigurationStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The agent/connector ID.
Declaration
Swift
public let agentId: String? -
A description of the operation performed.
Declaration
Swift
public let description: String? -
Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.
Declaration
Swift
public let operationSucceeded: Bool? -
Undocumented
Declaration
Swift
public init(agentId: String? = nil, description: String? = nil, operationSucceeded: Bool? = nil)
View on GitHub
AgentConfigurationStatus Structure Reference