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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#categoryTypes::DimensionField

The category field that is used in a computation.



29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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)


29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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)


29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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)


29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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)


29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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.



29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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)


29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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:



29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
# File 'lib/aws-sdk-quicksight/types.rb', line 29176

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