Class: Aws::QuickSight::Types::DashboardSourceTemplate

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

Overview

Dashboard source template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


12340
12341
12342
12343
12344
12345
12346
# File 'lib/aws-sdk-quicksight/types.rb', line 12340

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

#data_set_referencesArray<Types::DataSetReference>

Dataset references.

Returns:



12340
12341
12342
12343
12344
12345
12346
# File 'lib/aws-sdk-quicksight/types.rb', line 12340

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

#topic_referencesArray<Types::TopicReference>

The topic references for the source template of a dashboard.

Returns:



12340
12341
12342
12343
12344
12345
12346
# File 'lib/aws-sdk-quicksight/types.rb', line 12340

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