Class: Aws::QuickSight::Types::DashboardSourceTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardSourceTemplate
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Dashboard source template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#data_set_references ⇒ Array<Types::DataSetReference>
Dataset references.
-
#topic_references ⇒ Array<Types::TopicReference>
The topic references for the source template of a dashboard.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
12808 12809 12810 12811 12812 12813 12814 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12808 class DashboardSourceTemplate < Struct.new( :data_set_references, :topic_references, :arn) SENSITIVE = [] include Aws::Structure end |
#data_set_references ⇒ Array<Types::DataSetReference>
Dataset references.
12808 12809 12810 12811 12812 12813 12814 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12808 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.
12808 12809 12810 12811 12812 12813 12814 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12808 class DashboardSourceTemplate < Struct.new( :data_set_references, :topic_references, :arn) SENSITIVE = [] include Aws::Structure end |