Class: Aws::Inspector::Types::AssessmentRunAgent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunAgent
- 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
-
#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.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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_code ⇒ String
The detailed health state of the agent.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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_details ⇒ String
The description for the agent health code.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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_id ⇒ String
The AWS account of the EC2 instance where the agent is installed.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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_arn ⇒ String
The ARN of the assessment run that is associated with the agent.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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_group ⇒ String
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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_metadata ⇒ Array<Types::TelemetryMetadata>
The Amazon Inspector application data metrics that are collected by the agent.
345 346 347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 345 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 |