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

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

Overview

Dashboard source template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


13435
13436
13437
13438
13439
13440
13441
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13435

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

#data_set_references ⇒ Array<Types::DataSetReference>

Dataset references.

Returns:



13435
13436
13437
13438
13439
13440
13441
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13435

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

#topic_references ⇒ Array<Types::TopicReference>

The topic references for the source template of a dashboard.

Returns:



13435
13436
13437
13438
13439
13440
13441
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13435

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