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)


692
693
694
695
696
697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 692

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:



692
693
694
695
696
697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 692

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