Class: Aws::AuditManager::Types::UpdateAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment ⇒ Types::Assessment
The response object for the ‘UpdateAssessment` API.
Instance Attribute Details
#assessment ⇒ Types::Assessment
The response object for the ‘UpdateAssessment` API. This is the name of the updated assessment.
4624 4625 4626 4627 4628 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4624 class UpdateAssessmentResponse < Struct.new( :assessment) SENSITIVE = [] include Aws::Structure end |