AgentPreview class

Used as a response element in the PreviewAgents action.

Constructors

AgentPreview({required String agentId, AgentHealth? agentHealth, String? agentVersion, String? autoScalingGroup, String? hostname, String? ipv4Address, String? kernelVersion, String? operatingSystem})
AgentPreview.fromJson(Map<String, dynamic> json)
factory

Properties

agentHealth AgentHealth?
The health status of the Amazon Inspector Agent.
final
agentId String
The ID of the EC2 instance where the agent is installed.
final
agentVersion String?
The version of the Amazon Inspector Agent.
final
autoScalingGroup String?
The Auto Scaling group for the EC2 instance where the agent is installed.
final
hashCode int
The hash code for this object.
no setterinherited
hostname String?
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
final
ipv4Address String?
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
final
kernelVersion String?
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
final
operatingSystem String?
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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