Class: Aws::QuickSight::Types::TopBottomRankedComputation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The top ranked and bottom ranked computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryTypes::DimensionField

The category field that is used in a computation.



29221
29222
29223
29224
29225
29226
29227
29228
29229
29230
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29221

class TopBottomRankedComputation < Struct.new(
  :computation_id,
  :name,
  :category,
  :value,
  :result_size,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#computation_idString

The ID for a computation.

Returns:

  • (String)


29221
29222
29223
29224
29225
29226
29227
29228
29229
29230
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29221

class TopBottomRankedComputation < Struct.new(
  :computation_id,
  :name,
  :category,
  :value,
  :result_size,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a computation.

Returns:

  • (String)


29221
29222
29223
29224
29225
29226
29227
29228
29229
29230
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29221

class TopBottomRankedComputation < Struct.new(
  :computation_id,
  :name,
  :category,
  :value,
  :result_size,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#result_sizeInteger

The result size of a top and bottom ranked computation.

Returns:

  • (Integer)


29221
29222
29223
29224
29225
29226
29227
29228
29229
29230
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29221

class TopBottomRankedComputation < Struct.new(
  :computation_id,
  :name,
  :category,
  :value,
  :result_size,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The computation type. Choose one of the following options:

  • TOP: A top ranked computation.

  • BOTTOM: A bottom ranked computation.

Returns:

  • (String)


29221
29222
29223
29224
29225
29226
29227
29228
29229
29230
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29221

class TopBottomRankedComputation < Struct.new(
  :computation_id,
  :name,
  :category,
  :value,
  :result_size,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



29221
29222
29223
29224
29225
29226
29227
29228
29229
29230
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29221

class TopBottomRankedComputation < Struct.new(
  :computation_id,
  :name,
  :category,
  :value,
  :result_size,
  :type)
  SENSITIVE = []
  include Aws::Structure
end