Class: Aws::Types::StartAssessmentRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAssessmentRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_run_name ⇒ ::String
Returns the value of attribute assessment_run_name.
-
#assessment_template_arn ⇒ ::String
Returns the value of attribute assessment_template_arn.
Instance Attribute Details
#assessment_run_name ⇒ ::String
Returns the value of attribute assessment_run_name.
695 696 697 |
# File 'sig/types.rbs', line 695 def assessment_run_name @assessment_run_name end |
#assessment_template_arn ⇒ ::String
Returns the value of attribute assessment_template_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def assessment_template_arn @assessment_template_arn end |