AssessmentRunAgent
public struct AssessmentRunAgent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current health state of the agent.
Declaration
Swift
public let agentHealth: AgentHealth
-
The detailed health state of the agent.
Declaration
Swift
public let agentHealthCode: AgentHealthCode
-
The description for the agent health code.
Declaration
Swift
public let agentHealthDetails: String?
-
The AWS account of the EC2 instance where the agent is installed.
Declaration
Swift
public let agentId: String
-
The ARN of the assessment run that is associated with the agent.
Declaration
Swift
public let assessmentRunArn: String
-
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
Declaration
Swift
public let autoScalingGroup: String?
-
The Amazon Inspector application data metrics that are collected by the agent.
Declaration
Swift
public let telemetryMetadata: [TelemetryMetadata]
-
init(agentHealth:agentHealthCode:agentHealthDetails:agentId:assessmentRunArn:autoScalingGroup:telemetryMetadata:)
Undocumented
Declaration
Swift
public init(agentHealth: AgentHealth, agentHealthCode: AgentHealthCode, agentHealthDetails: String? = nil, agentId: String, assessmentRunArn: String, autoScalingGroup: String? = nil, telemetryMetadata: [TelemetryMetadata])