Class: Aws::QuickSight::Types::AnalysisSourceEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The source entity of an analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_templateTypes::AnalysisSourceTemplate

The source template for the source entity of the analysis.



565
566
567
568
569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 565

class AnalysisSourceEntity < Struct.new(
  :source_template)
  SENSITIVE = []
  include Aws::Structure
end