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.



11230
11231
11232
# File 'sig/types.rbs', line 11230

def category
  @category
end

#computation_id::String

Returns the value of attribute computation_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


11232
11233
11234
# File 'sig/types.rbs', line 11232

def mover_size
  @mover_size
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("PERCENT_DIFFERENCE", "ABSOLUTE_DIFFERENCE")


11233
11234
11235
# File 'sig/types.rbs', line 11233

def sort_order
  @sort_order
end

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

Returns:

  • ("TOP", "BOTTOM")


11234
11235
11236
# File 'sig/types.rbs', line 11234

def type
  @type
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



11231
11232
11233
# File 'sig/types.rbs', line 11231

def value
  @value
end