Class: Aws::ApplicationDiscoveryService::Types::AgentConfigurationStatus

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The agent/connector ID.

Returns:

  • (String)


31
32
33
34
35
36
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 31

class AgentConfigurationStatus < Struct.new(
  :agent_id,
  :operation_succeeded,
  :description)
  include Aws::Structure
end

#descriptionString

A description of the operation performed.

Returns:

  • (String)


31
32
33
34
35
36
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 31

class AgentConfigurationStatus < Struct.new(
  :agent_id,
  :operation_succeeded,
  :description)
  include Aws::Structure
end

#operation_succeededBoolean

Information about the status of the ‘StartDataCollection` and `StopDataCollection` operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.

Returns:

  • (Boolean)


31
32
33
34
35
36
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 31

class AgentConfigurationStatus < Struct.new(
  :agent_id,
  :operation_succeeded,
  :description)
  include Aws::Structure
end