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

#category ⇒ Types::DimensionField

The category field that is used in a computation.



46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46163

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

#computation_id ⇒ String

The ID for a computation.

Returns:

  • (String)


46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46163

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

#name ⇒ String

The name of a computation.

Returns:

  • (String)


46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46163

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

#result_size ⇒ Integer

The result size of a top and bottom ranked computation.

Returns:

  • (Integer)


46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46163

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

#type ⇒ String

The computation type. Choose one of the following options:

  • TOP: A top ranked computation.

  • BOTTOM: A bottom ranked computation.

Returns:

  • (String)


46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46163

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

#value ⇒ Types::MeasureField

The value field that is used in a computation.

Returns:



46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46163

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