Class: Aws::QuickSight::Types::InsightConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InsightConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of an insight visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computations ⇒ Array<Types::Computation>
The computations configurations of the insight visual.
-
#custom_narrative ⇒ Types::CustomNarrativeOptions
The custom narrative of the insight visual.
Instance Attribute Details
#computations ⇒ Array<Types::Computation>
The computations configurations of the insight visual
16632 16633 16634 16635 16636 16637 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16632 class InsightConfiguration < Struct.new( :computations, :custom_narrative) SENSITIVE = [] include Aws::Structure end |
#custom_narrative ⇒ Types::CustomNarrativeOptions
The custom narrative of the insight visual.
16632 16633 16634 16635 16636 16637 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16632 class InsightConfiguration < Struct.new( :computations, :custom_narrative) SENSITIVE = [] include Aws::Structure end |