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_idString

The ID for a computation.

Returns:

  • (String)


20323
20324
20325
20326
20327
20328
20329
20330
20331
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20323

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

#nameString

The name of a computation.

Returns:

  • (String)


20323
20324
20325
20326
20327
20328
20329
20330
20331
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20323

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

#timeTypes::DimensionField

The time field that is used in a computation.



20323
20324
20325
20326
20327
20328
20329
20330
20331
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20323

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

#typeString

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

  • MAXIMUM: A maximum computation.

  • MINIMUM: A minimum computation.

Returns:

  • (String)


20323
20324
20325
20326
20327
20328
20329
20330
20331
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20323

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

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



20323
20324
20325
20326
20327
20328
20329
20330
20331
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20323

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