Class: Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:comment]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the assessment.
-
#comment ⇒ String
The comment that’s related to the status update.
-
#control_set_id ⇒ String
The unique identifier for the control set.
-
#status ⇒ String
The status of the control set that’s being updated.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
4561 4562 4563 4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4561 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [:comment] include Aws::Structure end |
#comment ⇒ String
The comment that’s related to the status update.
4561 4562 4563 4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4561 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [:comment] include Aws::Structure end |
#control_set_id ⇒ String
The unique identifier for the control set.
4561 4562 4563 4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4561 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [:comment] include Aws::Structure end |
#status ⇒ String
The status of the control set that’s being updated.
4561 4562 4563 4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4561 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [:comment] include Aws::Structure end |