Class: Aws::Types::TopicV2DataSetRelation
- Inherits:
-
Object
- Object
- Aws::Types::TopicV2DataSetRelation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#left ⇒ Types::TopicV2DataSetRelationEndpoint
Returns the value of attribute left.
-
#right ⇒ Types::TopicV2DataSetRelationEndpoint
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Types::TopicV2DataSetRelationEndpoint
Returns the value of attribute left.
11567 11568 11569 |
# File 'sig/types.rbs', line 11567 def left @left end |
#right ⇒ Types::TopicV2DataSetRelationEndpoint
Returns the value of attribute right.
11568 11569 11570 |
# File 'sig/types.rbs', line 11568 def right @right end |