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

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

#agents_configuration_statusArray<Types::AgentConfigurationStatus>

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



1961
1962
1963
1964
1965
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1961

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