Class: Aws::QuickSight::Types::PeriodToDateComputation

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

Overview

The period to date computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id ⇒ String

The ID for a computation.

Returns:

  • (String)


35700
35701
35702
35703
35704
35705
35706
35707
35708
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35700

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

#name ⇒ String

The name of a computation.

Returns:

  • (String)


35700
35701
35702
35703
35704
35705
35706
35707
35708
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35700

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

#period_time_granularity ⇒ String

The time granularity setup of period to date computation. Choose from the following options:

  • YEAR: Year to date.

  • MONTH: Month to date.

Returns:

  • (String)


35700
35701
35702
35703
35704
35705
35706
35707
35708
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35700

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

#time ⇒ Types::DimensionField

The time field that is used in a computation.



35700
35701
35702
35703
35704
35705
35706
35707
35708
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35700

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

#value ⇒ Types::MeasureField

The value field that is used in a computation.

Returns:



35700
35701
35702
35703
35704
35705
35706
35707
35708
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35700

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