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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idsArray<String>

The IDs of the agents from which to start collecting data. If you send a request to an agent ID that you do not have permission to contact, according to your Amazon Web Services 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 and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows ‘Failed` in the Description field.

Returns:

  • (Array<String>)


1948
1949
1950
1951
1952
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1948

class StartDataCollectionByAgentIdsRequest < Struct.new(
  :agent_ids)
  SENSITIVE = []
  include Aws::Structure
end