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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The agent ID.

Returns:

  • (String)


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

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

#descriptionString

A description of the operation performed.

Returns:

  • (String)


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

class AgentConfigurationStatus < Struct.new(
  :agent_id,
  :operation_succeeded,
  :description)
  SENSITIVE = []
  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 receives this command the next time it polls for a new command.

Returns:

  • (Boolean)


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

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