StopDataCollectionByAgentIdsResponse
public struct StopDataCollectionByAgentIdsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
Declaration
Swift
public let agentsConfigurationStatus: [AgentConfigurationStatus]?
-
Undocumented
Declaration
Swift
public init(agentsConfigurationStatus: [AgentConfigurationStatus]? = nil)