Class: Aws::AuditManager::Types::GetInsightsResponse

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::Insights

The analytics data that the GetInsights API returned.

Returns:



3029
3030
3031
3032
3033
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3029

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