Class: Aws::QuickSight::Types::TemplateSourceEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateSourceEntity
- 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
-
#source_analysis ⇒ Types::TemplateSourceAnalysis
The source analysis, if it is based on an analysis.
-
#source_template ⇒ Types::TemplateSourceTemplate
The source template, if it is based on an template.
Instance Attribute Details
#source_analysis ⇒ Types::TemplateSourceAnalysis
The source analysis, if it is based on an analysis.
29047 29048 29049 29050 29051 29052 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29047 class TemplateSourceEntity < Struct.new( :source_analysis, :source_template) SENSITIVE = [] include Aws::Structure end |
#source_template ⇒ Types::TemplateSourceTemplate
The source template, if it is based on an template.
29047 29048 29049 29050 29051 29052 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29047 class TemplateSourceEntity < Struct.new( :source_analysis, :source_template) SENSITIVE = [] include Aws::Structure end |