Class: Aws::QuickSight::Types::TopBottomMoversComputation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The top movers and bottom movers computation setup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryTypes::DimensionField

The category field that is used in a computation.



28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#computation_idString

The ID for a computation.

Returns:

  • (String)


28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#mover_sizeInteger

The mover size setup of the top and bottom movers computation.

Returns:

  • (Integer)


28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a computation.

Returns:

  • (String)


28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order setup of the top and bottom movers computation.

Returns:

  • (String)


28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#timeTypes::DimensionField

The time field that is used in a computation.



28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The computation type. Choose from the following options:

  • TOP: Top movers computation.

  • BOTTOM: Bottom movers computation.

Returns:

  • (String)


28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



28464
28465
28466
28467
28468
28469
28470
28471
28472
28473
28474
28475
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28464

class TopBottomMoversComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :category,
  :value,
  :mover_size,
  :sort_order,
  :type)
  SENSITIVE = []
  include Aws::Structure
end