Class: Aws::Types::StopAssessmentRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopAssessmentRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
-
#stop_action ⇒ "START_EVALUATION", "SKIP_EVALUATION"
Returns the value of attribute stop_action.
Instance Attribute Details
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
705 706 707 |
# File 'sig/types.rbs', line 705 def assessment_run_arn @assessment_run_arn end |
#stop_action ⇒ "START_EVALUATION", "SKIP_EVALUATION"
Returns the value of attribute stop_action.
706 707 708 |
# File 'sig/types.rbs', line 706 def stop_action @stop_action end |