Class: Aws::AuditManager::Types::CreateAssessmentReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_report ⇒ Types::AssessmentReport
The new assessment report that the ‘CreateAssessmentReport` API returned.
Instance Attribute Details
#assessment_report ⇒ Types::AssessmentReport
The new assessment report that the ‘CreateAssessmentReport` API returned.
1630 1631 1632 1633 1634 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1630 class CreateAssessmentReportResponse < Struct.new( :assessment_report) SENSITIVE = [] include Aws::Structure end |