Class: Aws::Types::TopBottomMoversComputation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#categoryTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


11622
11623
11624
# File 'sig/types.rbs', line 11622

def mover_size
  @mover_size
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("PERCENT_DIFFERENCE", "ABSOLUTE_DIFFERENCE")


11623
11624
11625
# File 'sig/types.rbs', line 11623

def sort_order
  @sort_order
end

#timeTypes::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.

Returns:

  • ("TOP", "BOTTOM")


11624
11625
11626
# File 'sig/types.rbs', line 11624

def type
  @type
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



11621
11622
11623
# File 'sig/types.rbs', line 11621

def value
  @value
end