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.



11241
11242
11243
# File 'sig/types.rbs', line 11241

def category
  @category
end

#computation_id::String

Returns the value of attribute computation_id.

Returns:

  • (::String)


11239
11240
11241
# File 'sig/types.rbs', line 11239

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11240
11241
11242
# File 'sig/types.rbs', line 11240

def name
  @name
end

#result_size::Integer

Returns the value of attribute result_size.

Returns:

  • (::Integer)


11243
11244
11245
# File 'sig/types.rbs', line 11243

def result_size
  @result_size
end

#type"TOP", "BOTTOM"

Returns the value of attribute type.

Returns:

  • ("TOP", "BOTTOM")


11244
11245
11246
# File 'sig/types.rbs', line 11244

def type
  @type
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



11242
11243
11244
# File 'sig/types.rbs', line 11242

def value
  @value
end