Class: Aws::Types::TopicV2DataSetReference
- Inherits:
-
Object
- Object
- Aws::Types::TopicV2DataSetReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
-
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
Instance Attribute Details
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
11561 11562 11563 |
# File 'sig/types.rbs', line 11561 def data_set_arn @data_set_arn end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
11562 11563 11564 |
# File 'sig/types.rbs', line 11562 def data_set_name @data_set_name end |