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.



29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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)


29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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)


29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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)


29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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)


29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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.



29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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)


29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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:



29322
29323
29324
29325
29326
29327
29328
29329
29330
29331
29332
29333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29322

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