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.



1113
1114
1115
1116
1117
# File 'lib/aws-sdk-quicksight/types.rb', line 1113

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