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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agents_configuration_statusArray<Types::AgentConfigurationStatus>

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



2107
2108
2109
2110
2111
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2107

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