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)


28273
28274
28275
28276
28277
28278
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28273

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:



28273
28274
28275
28276
28277
28278
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28273

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