Class: Aws::Types::AnalyticsDataSetsResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsDataSetsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def data_set_id @data_set_id end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def data_set_name @data_set_name end |