Class: Aws::QuickSight::Types::TemplateSourceEntity

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

Overview

The source entity of the template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_analysisTypes::TemplateSourceAnalysis

The source analysis, if it is based on an analysis.



27633
27634
27635
27636
27637
27638
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27633

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

#source_templateTypes::TemplateSourceTemplate

The source template, if it is based on an template.



27633
27634
27635
27636
27637
27638
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27633

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