Class: Aws::AuditManager::Types::UpdateAssessmentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentStatusResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment ⇒ Types::Assessment
The name of the updated assessment that the
UpdateAssessmentStatus
API returned.
Instance Attribute Details
#assessment ⇒ Types::Assessment
The name of the updated assessment that the UpdateAssessmentStatus
API returned.
4764 4765 4766 4767 4768 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4764 class UpdateAssessmentStatusResponse < Struct.new( :assessment) SENSITIVE = [] include Aws::Structure end |