Class: Aws::QuickSight::Types::TopBottomRankedComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopBottomRankedComputation
- 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
-
#category ⇒ Types::DimensionField
The category field that is used in a computation.
-
#computation_id ⇒ String
The ID for a computation.
-
#name ⇒ String
The name of a computation.
-
#result_size ⇒ Integer
The result size of a top and bottom ranked computation.
-
#type ⇒ String
The computation type.
-
#value ⇒ Types::MeasureField
The value field that is used in a computation.
Instance Attribute Details
#category ⇒ Types::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_id ⇒ String
The ID for 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 |
#name ⇒ String
The name of 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 |
#result_size ⇒ Integer
The result size of a top and bottom ranked 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 |
#type ⇒ String
The computation type. Choose one of the following options:
-
TOP: A top ranked computation.
-
BOTTOM: A bottom ranked 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 |
#value ⇒ Types::MeasureField
The value 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 |