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.
11951 11952 11953 |
# File 'sig/types.rbs', line 11951 def data_set_arn @data_set_arn end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
11952 11953 11954 |
# File 'sig/types.rbs', line 11952 def data_set_name @data_set_name end |