You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The agent/connector ID.

#descriptionString

A description of the operation performed.

Returns:

  • (String)

    A description of the operation performed.

#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)

    Information about the status of the StartDataCollection and StopDataCollection operations.