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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


29463
29464
29465
29466
29467
29468
29469
29470
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29463

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

#nameString

The name of a computation.

Returns:

  • (String)


29463
29464
29465
29466
29467
29468
29469
29470
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29463

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.



29463
29464
29465
29466
29467
29468
29469
29470
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29463

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:



29463
29464
29465
29466
29467
29468
29469
29470
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29463

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