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.
11631 11632 11633 |
# File 'sig/types.rbs', line 11631 def category @category end |
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
11629 11630 11631 |
# File 'sig/types.rbs', line 11629 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
11630 11631 11632 |
# File 'sig/types.rbs', line 11630 def name @name end |
#result_size ⇒ ::Integer
Returns the value of attribute result_size.
11633 11634 11635 |
# File 'sig/types.rbs', line 11633 def result_size @result_size end |
#type ⇒ "TOP", "BOTTOM"
Returns the value of attribute type.
11634 11635 11636 |
# File 'sig/types.rbs', line 11634 def type @type end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
11632 11633 11634 |
# File 'sig/types.rbs', line 11632 def value @value end |