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
CreateAssessmentReport
API returned.
Instance Attribute Details
#assessment_report ⇒ Types::AssessmentReport
The new assessment report that the CreateAssessmentReport
API
returned.
1621 1622 1623 1624 1625 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1621 class CreateAssessmentReportResponse < Struct.new( :assessment_report) SENSITIVE = [] include Aws::Structure end |