Class: Aws::AuditManager::Types::GetInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetInsightsResponse
- Includes:
- Structure
- Defined in:
- 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.
3029 3030 3031 3032 3033 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3029 class GetInsightsResponse < Struct.new( :insights) SENSITIVE = [] include Aws::Structure end |