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.



31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
# File 'lib/aws-sdk-quicksight/types.rb', line 31568

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)


31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
# File 'lib/aws-sdk-quicksight/types.rb', line 31568

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)


31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
# File 'lib/aws-sdk-quicksight/types.rb', line 31568

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)


31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
# File 'lib/aws-sdk-quicksight/types.rb', line 31568

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)


31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
# File 'lib/aws-sdk-quicksight/types.rb', line 31568

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:



31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
# File 'lib/aws-sdk-quicksight/types.rb', line 31568

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