Class: Aws::Types::TopBottomRankedComputation
- Inherits:
-
Object
- Object
- Aws::Types::TopBottomRankedComputation
- 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.
-
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
-
#type ⇒ "TOP", "BOTTOM"
Returns the value of attribute type.
-
#value ⇒ Types::MeasureField
Returns the value of attribute value.
Instance Attribute Details
#category ⇒ Types::DimensionField
Returns the value of attribute category.
11241 11242 11243 |
# File 'sig/types.rbs', line 11241 def category @category end |
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
11239 11240 11241 |
# File 'sig/types.rbs', line 11239 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
11240 11241 11242 |
# File 'sig/types.rbs', line 11240 def name @name end |
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
11243 11244 11245 |
# File 'sig/types.rbs', line 11243 def result_size @result_size end |
#type ⇒ "TOP", "BOTTOM"
Returns the value of attribute type.
11244 11245 11246 |
# File 'sig/types.rbs', line 11244 def type @type end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
11242 11243 11244 |
# File 'sig/types.rbs', line 11242 def value @value end |