Method: Aws::AuditManager::Types::UpdateAssessmentStatusRequest#assessment_id
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
#assessment_id ⇒ String
The unique identifier for the assessment.
4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4777 class UpdateAssessmentStatusRequest < Struct.new( :assessment_id, :status) SENSITIVE = [] include Aws::Structure end |