Class: Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4275 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ String
The comment that's related to the status update.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4275 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The unique identifier for the control set.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4275 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the control set that's being updated.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4275 class UpdateAssessmentControlSetStatusRequest < Struct.new( :assessment_id, :control_set_id, :status, :comment) SENSITIVE = [] include Aws::Structure end |