Class: Aws::AuditManager::Types::UpdateAssessmentStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the assessment.
-
#status ⇒ String
The current status of the assessment.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4640 class UpdateAssessmentStatusRequest < Struct.new( :assessment_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the assessment.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4640 class UpdateAssessmentStatusRequest < Struct.new( :assessment_id, :status) SENSITIVE = [] include Aws::Structure end |