Class: Aws::QuickSight::Types::MaximumMinimumComputation

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

Overview

The maximum and minimum computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id ⇒ String

The ID for a computation.

Returns:

  • (String)


33665
33666
33667
33668
33669
33670
33671
33672
33673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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

#name ⇒ String

The name of a computation.

Returns:

  • (String)


33665
33666
33667
33668
33669
33670
33671
33672
33673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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

#time ⇒ Types::DimensionField

The time field that is used in a computation.



33665
33666
33667
33668
33669
33670
33671
33672
33673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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

#type ⇒ String

The type of computation. Choose one of the following options:

  • MAXIMUM: A maximum computation.

  • MINIMUM: A minimum computation.

Returns:

  • (String)


33665
33666
33667
33668
33669
33670
33671
33672
33673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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

#value ⇒ Types::MeasureField

The value field that is used in a computation.

Returns:



33665
33666
33667
33668
33669
33670
33671
33672
33673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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