Class: Aws::Types::TopBottomRankedComputation

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.



11631
11632
11633
# File 'sig/types.rbs', line 11631

def category
  @category
end

#computation_id::String

Returns the value of attribute computation_id.

Returns:

  • (::String)


11629
11630
11631
# File 'sig/types.rbs', line 11629

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11630
11631
11632
# File 'sig/types.rbs', line 11630

def name
  @name
end

#result_size::Integer

Returns the value of attribute result_size.

Returns:

  • (::Integer)


11633
11634
11635
# File 'sig/types.rbs', line 11633

def result_size
  @result_size
end

#type"TOP", "BOTTOM"

Returns the value of attribute type.

Returns:

  • ("TOP", "BOTTOM")


11634
11635
11636
# File 'sig/types.rbs', line 11634

def type
  @type
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



11632
11633
11634
# File 'sig/types.rbs', line 11632

def value
  @value
end