Class: Aws::Types::UpdateAssessmentControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssessmentControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#comment_body ⇒ ::String
Returns the value of attribute comment_body.
-
#control_id ⇒ ::String
Returns the value of attribute control_id.
-
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
-
#control_status ⇒ "UNDER_REVIEW", ...
Returns the value of attribute control_status.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def assessment_id @assessment_id end |
#comment_body ⇒ ::String
Returns the value of attribute comment_body.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def comment_body @comment_body end |
#control_id ⇒ ::String
Returns the value of attribute control_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def control_id @control_id end |
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def control_set_id @control_set_id end |
#control_status ⇒ "UNDER_REVIEW", ...
Returns the value of attribute control_status.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def control_status @control_status end |