StopDataCollectionByAgentIdsRequest

public struct StopDataCollectionByAgentIdsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of the agents or connectors from which to stop collecting data.

    Declaration

    Swift

    public let agentIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(agentIds: [String])