Class: Aws::QuickSight::Types::AnalysisSourceTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnalysisSourceTemplate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The source template of an analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the source template of an analysis.
-
#data_set_references ⇒ Array<Types::DataSetReference>
The dataset references of the source template of an analysis.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the source template of an analysis.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-quicksight/types.rb', line 639 class AnalysisSourceTemplate < Struct.new( :data_set_references, :arn) SENSITIVE = [] include Aws::Structure end |
#data_set_references ⇒ Array<Types::DataSetReference>
The dataset references of the source template of an analysis.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-quicksight/types.rb', line 639 class AnalysisSourceTemplate < Struct.new( :data_set_references, :arn) SENSITIVE = [] include Aws::Structure end |