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.
11778 11779 11780 |
# File 'sig/types.rbs', line 11778 def category @category end |
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
11776 11777 11778 |
# File 'sig/types.rbs', line 11776 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
11777 11778 11779 |
# File 'sig/types.rbs', line 11777 def name @name end |