Class: Aws::QuickSight::Types::TopicV2DataSetRelation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicV2DataSetRelation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a relation between two data sets of a topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#left ⇒ Types::TopicV2DataSetRelationEndpoint
The left endpoint of the data set relation.
-
#right ⇒ Types::TopicV2DataSetRelationEndpoint
The right endpoint of the data set relation.
Instance Attribute Details
#left ⇒ Types::TopicV2DataSetRelationEndpoint
The left endpoint of the data set relation.
45341 45342 45343 45344 45345 45346 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45341 class TopicV2DataSetRelation < Struct.new( :left, :right) SENSITIVE = [] include Aws::Structure end |
#right ⇒ Types::TopicV2DataSetRelationEndpoint
The right endpoint of the data set relation.
45341 45342 45343 45344 45345 45346 |
# File 'lib/aws-sdk-quicksight/types.rb', line 45341 class TopicV2DataSetRelation < Struct.new( :left, :right) SENSITIVE = [] include Aws::Structure end |