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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_healthString

The current health state of the agent.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#agent_health_codeString

The detailed health state of the agent.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#agent_health_detailsString

The description for the agent health code.

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#agent_idString

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

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_run_arnString

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

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#auto_scaling_groupString

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

Returns:

  • (String)


324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_metadataArray<Types::TelemetryMetadata>

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

Returns:



324
325
326
327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 324

class AssessmentRunAgent < Struct.new(
  :agent_id,
  :assessment_run_arn,
  :agent_health,
  :agent_health_code,
  :agent_health_details,
  :auto_scaling_group,
  :telemetry_metadata)
  SENSITIVE = []
  include Aws::Structure
end