Class: Aws::AuditManager::Types::GetInsightsByAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetInsightsByAssessmentResponse
- Defined in:
- gems/aws-sdk-auditmanager/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.
3060 3061 3062 3063 3064 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3060 class GetInsightsByAssessmentResponse < Struct.new( :insights) SENSITIVE = [] include Aws::Structure end |