Class: Aws::AuditManager::Types::CreateAssessmentReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentReportResponse
- Defined in:
- gems/aws-sdk-auditmanager/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
CreateAssessmentReportAPI returned.
Instance Attribute Details
#assessment_report ⇒ Types::AssessmentReport
The new assessment report that the CreateAssessmentReport API
returned.
1664 1665 1666 1667 1668 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1664 class CreateAssessmentReportResponse < Struct.new( :assessment_report) SENSITIVE = [] include Aws::Structure end |