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.



29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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)


29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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)


29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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)


29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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)


29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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.



29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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)


29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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:



29525
29526
29527
29528
29529
29530
29531
29532
29533
29534
29535
29536
# File 'lib/aws-sdk-quicksight/types.rb', line 29525

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