Class: Aws::QuickSight::Types::TopicV2DataSetReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicV2DataSetReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a data set reference of a topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_arn ⇒ String
The Amazon Resource Name (ARN) of the data set.
-
#data_set_name ⇒ String
The name of the data set.
Instance Attribute Details
#data_set_arn ⇒ String
The Amazon Resource Name (ARN) of the data set.
45321 45322 45323 45324 45325 45326 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45321 class TopicV2DataSetReference < Struct.new( :data_set_arn, :data_set_name) SENSITIVE = [] include Aws::Structure end |
#data_set_name ⇒ String
The name of the data set.
45321 45322 45323 45324 45325 45326 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45321 class TopicV2DataSetReference < Struct.new( :data_set_arn, :data_set_name) SENSITIVE = [] include Aws::Structure end |