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.
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_code ⇒ String
The detailed health state of the agent.
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_details ⇒ String
The description for the agent health code.
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_id ⇒ String
The AWS account of the EC2 instance where the agent is installed.
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_arn ⇒ String
The ARN of the assessment run that is associated with the agent.
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_group ⇒ String
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
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_metadata ⇒ Array<Types::TelemetryMetadata>
The Amazon Inspector application data metrics that are collected by the agent.
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 |