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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



17833
17834
17835
17836
17837
17838
17839
# File 'lib/aws-sdk-quicksight/types.rb', line 17833

class InsightConfiguration < Struct.new(
  :computations,
  :custom_narrative,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#custom_narrativeTypes::CustomNarrativeOptions

The custom narrative of the insight visual.



17833
17834
17835
17836
17837
17838
17839
# File 'lib/aws-sdk-quicksight/types.rb', line 17833

class InsightConfiguration < Struct.new(
  :computations,
  :custom_narrative,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



17833
17834
17835
17836
17837
17838
17839
# File 'lib/aws-sdk-quicksight/types.rb', line 17833

class InsightConfiguration < Struct.new(
  :computations,
  :custom_narrative,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end