Class: Aws::ApplicationDiscoveryService::Types::StopDataCollectionByAgentIdsResponse

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 the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.



1200
1201
1202
1203
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1200

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