Class: Aws::QuickSight::Types::PeriodOverPeriodComputation

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

Overview

The period over period computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_idString

The ID for a computation.

Returns:

  • (String)


22637
22638
22639
22640
22641
22642
22643
22644
# File 'lib/aws-sdk-quicksight/types.rb', line 22637

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

#nameString

The name of a computation.

Returns:

  • (String)


22637
22638
22639
22640
22641
22642
22643
22644
# File 'lib/aws-sdk-quicksight/types.rb', line 22637

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

#timeTypes::DimensionField

The time field that is used in a computation.



22637
22638
22639
22640
22641
22642
22643
22644
# File 'lib/aws-sdk-quicksight/types.rb', line 22637

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

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



22637
22638
22639
22640
22641
22642
22643
22644
# File 'lib/aws-sdk-quicksight/types.rb', line 22637

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