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.
225 226 227 |
# File 'sig/types.rbs', line 225 def data_set_id @data_set_id end |
#data_set_name ⇒ ::String
Returns the value of attribute data_set_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def data_set_name @data_set_name end |