Class: Aws::QuickSight::Types::AnalysisSourceTemplate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The source template of an analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the source template of an analysis.

Returns:

  • (String)


584
585
586
587
588
589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 584

class AnalysisSourceTemplate < Struct.new(
  :data_set_references,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_referencesArray<Types::DataSetReference>

The dataset references of the source template of an analysis.

Returns:



584
585
586
587
588
589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 584

class AnalysisSourceTemplate < Struct.new(
  :data_set_references,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end