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.



46909
46910
46911
46912
46913
46914
# File 'lib/aws-sdk-quicksight/types.rb', line 46909

class TopicV2DataSetRelation < Struct.new(
  :left,
  :right)
  SENSITIVE = []
  include Aws::Structure
end

#rightTypes::TopicV2DataSetRelationEndpoint

The right endpoint of the data set relation.



46909
46910
46911
46912
46913
46914
# File 'lib/aws-sdk-quicksight/types.rb', line 46909

class TopicV2DataSetRelation < Struct.new(
  :left,
  :right)
  SENSITIVE = []
  include Aws::Structure
end