Class: Aws::ConnectHealth::Types::InsightsContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::InsightsContext
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Details for insights that user wants to generate
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#insights_type ⇒ String
697 698 699 700 701 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 697 class InsightsContext < Struct.new( :insights_type) SENSITIVE = [] include Aws::Structure end |