Class: Aws::Types::UniqueValuesComputation
- Inherits:
-
Object
- Object
- Aws::Types::UniqueValuesComputation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ Types::DimensionField
Returns the value of attribute category.
-
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#category ⇒ Types::DimensionField
Returns the value of attribute category.
12168 12169 12170 |
# File 'sig/types.rbs', line 12168 def category @category end |
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
12166 12167 12168 |
# File 'sig/types.rbs', line 12166 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
12167 12168 12169 |
# File 'sig/types.rbs', line 12167 def name @name end |