Class: Aws::QuickSight::Types::TopicV2DataSetRelation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#leftTypes::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

#rightTypes::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