Class: Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#agents_configuration_statusArray<Types::AgentConfigurationStatus>

Information about agents or the connector that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.



1637
1638
1639
1640
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1637

class StartDataCollectionByAgentIdsResponse < Struct.new(
  :agents_configuration_status)
  include Aws::Structure
end