You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::StopDataCollectionByAgentIdsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StopDataCollectionByAgentIdsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  agent_ids: ["AgentId"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idsArray<String>

The IDs of the agents or connectors from which to stop collecting data.

Returns:

  • (Array<String>)

    The IDs of the agents or connectors from which to stop collecting data.