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

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


7087
7088
7089
7090
7091
7092
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7087

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

#data_set_referencesArray<Types::DataSetReference>

Dataset references.

Returns:



7087
7088
7089
7090
7091
7092
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7087

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