Class: Aws::QuickSight::Types::AnalysisSourceEntity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::AnalysisSourceEntity
 
 
- 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
- 
  
    
      #source_template  ⇒ Types::AnalysisSourceTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source template for the source entity of the analysis.
 
Instance Attribute Details
#source_template ⇒ Types::AnalysisSourceTemplate
The source template for the source entity of the analysis.
      868 869 870 871 872  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 868 class AnalysisSourceEntity < Struct.new( :source_template) SENSITIVE = [] include Aws::Structure end  |