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
- Struct
- Aws::Inspector::Types::AssessmentRunAgent
- 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
-
#agent_health ⇒ String
The current health state of the agent.
-
#agent_health_code ⇒ String
The detailed health state of the agent.
-
#agent_health_details ⇒ String
The description for the agent health code.
-
#agent_id ⇒ String
The AWS account of the EC2 instance where the agent is installed.
-
#assessment_run_arn ⇒ String
The ARN of the assessment run that is associated with the agent.
-
#auto_scaling_group ⇒ String
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
-
#telemetry_metadata ⇒ Array<Types::TelemetryMetadata>
The Amazon Inspector application data metrics that are collected by the agent.
Instance Attribute Details
#agent_health ⇒ String
The current health state of the agent.
Possible values:
- HEALTHY
- UNHEALTHY
- UNKNOWN
#agent_health_code ⇒ String
The detailed health state of the agent.
Possible values:
- IDLE
- RUNNING
- SHUTDOWN
- UNHEALTHY
- THROTTLED
- UNKNOWN
#agent_health_details ⇒ String
The description for the agent health code.
#agent_id ⇒ String
The AWS account of the EC2 instance where the agent is installed.
#assessment_run_arn ⇒ String
The ARN of the assessment run that is associated with the agent.
#auto_scaling_group ⇒ String
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
#telemetry_metadata ⇒ Array<Types::TelemetryMetadata>
The Amazon Inspector application data metrics that are collected by the agent.