Class: Aws::QuickSight::Types::AnalysisSourceEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnalysisSourceEntity
- 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
-
#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.
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 |