Class: Aws::AuditManager::Types::GetInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetInsightsResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insights ⇒ Types::Insights
The analytics data that the
GetInsights
API returned.
Instance Attribute Details
#insights ⇒ Types::Insights
The analytics data that the GetInsights
API returned.
3078 3079 3080 3081 3082 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3078 class GetInsightsResponse < Struct.new( :insights) SENSITIVE = [] include Aws::Structure end |