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.
11620 11621 11622 |
# File 'sig/types.rbs', line 11620 def category @category end |
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
11617 11618 11619 |
# File 'sig/types.rbs', line 11617 def computation_id @computation_id end |
#mover_size ⇒ ::Integer
Returns the value of attribute mover_size.
11622 11623 11624 |
# File 'sig/types.rbs', line 11622 def mover_size @mover_size end |
#name ⇒ ::String
Returns the value of attribute name.
11618 11619 11620 |
# File 'sig/types.rbs', line 11618 def name @name end |
#sort_order ⇒ "PERCENT_DIFFERENCE", "ABSOLUTE_DIFFERENCE"
Returns the value of attribute sort_order.
11623 11624 11625 |
# File 'sig/types.rbs', line 11623 def sort_order @sort_order end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
11619 11620 11621 |
# File 'sig/types.rbs', line 11619 def time @time end |
#type ⇒ "TOP", "BOTTOM"
Returns the value of attribute type.
11624 11625 11626 |
# File 'sig/types.rbs', line 11624 def type @type end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
11621 11622 11623 |
# File 'sig/types.rbs', line 11621 def value @value end |