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.
11957 11958 11959 |
# File 'sig/types.rbs', line 11957 def left @left end |
#right ⇒ Types::TopicV2DataSetRelationEndpoint
Returns the value of attribute right.
11958 11959 11960 |
# File 'sig/types.rbs', line 11958 def right @right end |