Class: Aws::AuditManager::Types::GetInsightsByAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetInsightsByAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insights ⇒ Types::InsightsByAssessment
The assessment analytics data that the ‘GetInsightsByAssessment` API returned.
Instance Attribute Details
#insights ⇒ Types::InsightsByAssessment
The assessment analytics data that the ‘GetInsightsByAssessment` API returned.
3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3011 class GetInsightsByAssessmentResponse < Struct.new( :insights) SENSITIVE = [] include Aws::Structure end |