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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



30459
30460
30461
30462
30463
30464
30465
30466
30467
30468
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

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)


30459
30460
30461
30462
30463
30464
30465
30466
30467
30468
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

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)


30459
30460
30461
30462
30463
30464
30465
30466
30467
30468
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

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)


30459
30460
30461
30462
30463
30464
30465
30466
30467
30468
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

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)


30459
30460
30461
30462
30463
30464
30465
30466
30467
30468
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

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:



30459
30460
30461
30462
30463
30464
30465
30466
30467
30468
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

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