Class: Aws::Types::TopicV2DataSetRelationEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::TopicV2DataSetRelationEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
Instance Attribute Details
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
11574 11575 11576 |
# File 'sig/types.rbs', line 11574 def column_names @column_names end |
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
11573 11574 11575 |
# File 'sig/types.rbs', line 11573 def data_set_arn @data_set_arn end |