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

Class: Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsRequest

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

Overview

Note:

When passing StartDataCollectionByAgentIdsRequest 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 start collecting data. If you send a request to an agent/connector ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows Failed in the Description field.

Returns:

  • (Array<String>)

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