Class: Aws::QuickSight::Types::MaximumMinimumComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MaximumMinimumComputation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The maximum and minimum computation configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_id ⇒ String
The ID for a computation.
-
#name ⇒ String
The name of a computation.
-
#time ⇒ Types::DimensionField
The time field that is used in a computation.
-
#type ⇒ String
The type of computation.
-
#value ⇒ Types::MeasureField
The value field that is used in a computation.
Instance Attribute Details
#computation_id ⇒ String
The ID for a computation.
22413 22414 22415 22416 22417 22418 22419 22420 22421 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22413 class MaximumMinimumComputation < Struct.new( :computation_id, :name, :time, :value, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
22413 22414 22415 22416 22417 22418 22419 22420 22421 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22413 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.
22413 22414 22415 22416 22417 22418 22419 22420 22421 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22413 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.
22413 22414 22415 22416 22417 22418 22419 22420 22421 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22413 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.
22413 22414 22415 22416 22417 22418 22419 22420 22421 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22413 class MaximumMinimumComputation < Struct.new( :computation_id, :name, :time, :value, :type) SENSITIVE = [] include Aws::Structure end |