Class: Aws::Types::AgentAlreadyRunningAssessment
- Inherits:
-
Object
- Object
- Aws::Types::AgentAlreadyRunningAssessment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def agent_id @agent_id end |
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def assessment_run_arn @assessment_run_arn end |