Class: Aws::QuickSight::Types::TemplateSourceAnalysis

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

Overview

The source analysis of the template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


27973
27974
27975
27976
27977
27978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27973

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

#data_set_referencesArray<Types::DataSetReference>

A structure containing information about the dataset references used as placeholders in the template.

Returns:



27973
27974
27975
27976
27977
27978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27973

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