AssessmentRunAgent class
Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.
Constructors
-
AssessmentRunAgent({required AgentHealth agentHealth, required AgentHealthCode agentHealthCode, required String agentId, required String assessmentRunArn, required List<
TelemetryMetadata> telemetryMetadata, String? agentHealthDetails, String? autoScalingGroup}) -
AssessmentRunAgent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- agentHealth → AgentHealth
-
The current health state of the agent.
final
- agentHealthCode → AgentHealthCode
-
The detailed health state of the agent.
final
- agentHealthDetails → String?
-
The description for the agent health code.
final
- agentId → String
-
The AWS account of the EC2 instance where the agent is installed.
final
- assessmentRunArn → String
-
The ARN of the assessment run that is associated with the agent.
final
- autoScalingGroup → String?
-
The Auto Scaling group of the EC2 instance that is specified by the agent
ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
telemetryMetadata
→ List<
TelemetryMetadata> -
The Amazon Inspector application data metrics that are collected by the
agent.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited