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

Class: Aws::Inspector::Types::AssessmentRunAgent

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

Overview

Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_healthString

The current health state of the agent.

Possible values:

  • HEALTHY
  • UNHEALTHY
  • UNKNOWN

Returns:

  • (String)

    The current health state of the agent.

#agent_health_codeString

The detailed health state of the agent.

Possible values:

  • IDLE
  • RUNNING
  • SHUTDOWN
  • UNHEALTHY
  • THROTTLED
  • UNKNOWN

Returns:

  • (String)

    The detailed health state of the agent.

#agent_health_detailsString

The description for the agent health code.

Returns:

  • (String)

    The description for the agent health code.

#agent_idString

The AWS account of the EC2 instance where the agent is installed.

Returns:

  • (String)

    The AWS account of the EC2 instance where the agent is installed.

#assessment_run_arnString

The ARN of the assessment run that is associated with the agent.

Returns:

  • (String)

    The ARN of the assessment run that is associated with the agent.

#auto_scaling_groupString

The Auto Scaling group of the EC2 instance that is specified by the agent ID.

Returns:

  • (String)

    The Auto Scaling group of the EC2 instance that is specified by the agent ID.

#telemetry_metadataArray<Types::TelemetryMetadata>

The Amazon Inspector application data metrics that are collected by the agent.

Returns: