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.
46889 46890 46891 46892 46893 46894 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46889 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.
46889 46890 46891 46892 46893 46894 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46889 class TopicV2DataSetReference < Struct.new( :data_set_arn, :data_set_name) SENSITIVE = [] include Aws::Structure end |