Class: Aws::QuickSight::Types::TopBottomMoversComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopBottomMoversComputation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The top movers and bottom movers computation setup.
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.
-
#mover_size ⇒ Integer
The mover size setup of the top and bottom movers computation.
-
#name ⇒ String
The name of a computation.
-
#sort_order ⇒ String
The sort order setup of the top and bottom movers computation.
-
#time ⇒ Types::DimensionField
The time field that is used in a 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.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#computation_id ⇒ String
The ID for a computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#mover_size ⇒ Integer
The mover size setup of the top and bottom movers computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order setup of the top and bottom movers computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Types::DimensionField
The time field that is used in a computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The computation type. Choose from the following options:
-
TOP: Top movers computation.
-
BOTTOM: Bottom movers computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MeasureField
The value field that is used in a computation.
31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31523 class TopBottomMoversComputation < Struct.new( :computation_id, :name, :time, :category, :value, :mover_size, :sort_order, :type) SENSITIVE = [] include Aws::Structure end |