Class: Aws::Inspector::Types::AgentAlreadyRunningAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AgentAlreadyRunningAssessment
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Used in the exception error that is thrown if you start an assessment run for an assessment target that includes an EC2 instance that is already participating in another started assessment run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
-
#assessment_run_arn ⇒ String
The ARN of the assessment run that has already been started.
Instance Attribute Details
#agent_id ⇒ String
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
97 98 99 100 101 102 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 97 class AgentAlreadyRunningAssessment < Struct.new( :agent_id, :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |
#assessment_run_arn ⇒ String
The ARN of the assessment run that has already been started.
97 98 99 100 101 102 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 97 class AgentAlreadyRunningAssessment < Struct.new( :agent_id, :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |