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

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



620
621
622
623
624
# File 'lib/aws-sdk-quicksight/types.rb', line 620

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