Class: Aws::QuickSight::Types::InsightConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#computationsArray<Types::Computation>

The computations configurations of the insight visual

Returns:



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