Class: Aws::Types::TopBottomMoversComputation
- Inherits:
-
Object
- Object
- Aws::Types::TopBottomMoversComputation
- 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.
-
#mover_size ⇒ ::Integer
Returns the value of attribute mover_size.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sort_order ⇒ "PERCENT_DIFFERENCE", "ABSOLUTE_DIFFERENCE"
Returns the value of attribute sort_order.
-
#time ⇒ Types::DimensionField
Returns the value of attribute time.
-
#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.
11230 11231 11232 |
# File 'sig/types.rbs', line 11230 def category @category end |
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
11227 11228 11229 |
# File 'sig/types.rbs', line 11227 def computation_id @computation_id end |
#mover_size ⇒ ::Integer
Returns the value of attribute mover_size.
11232 11233 11234 |
# File 'sig/types.rbs', line 11232 def mover_size @mover_size end |
#name ⇒ ::String
Returns the value of attribute name.
11228 11229 11230 |
# File 'sig/types.rbs', line 11228 def name @name end |
#sort_order ⇒ "PERCENT_DIFFERENCE", "ABSOLUTE_DIFFERENCE"
Returns the value of attribute sort_order.
11233 11234 11235 |
# File 'sig/types.rbs', line 11233 def sort_order @sort_order end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
11229 11230 11231 |
# File 'sig/types.rbs', line 11229 def time @time end |
#type ⇒ "TOP", "BOTTOM"
Returns the value of attribute type.
11234 11235 11236 |
# File 'sig/types.rbs', line 11234 def type @type end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
11231 11232 11233 |
# File 'sig/types.rbs', line 11231 def value @value end |