Class: Aws::AuditManager::Types::GetInsightsByAssessmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insightsTypes::InsightsByAssessment

The assessment analytics data that the GetInsightsByAssessment API returned.



3011
3012
3013
3014
3015
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3011

class GetInsightsByAssessmentResponse < Struct.new(
  :insights)
  SENSITIVE = []
  include Aws::Structure
end