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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_idString

The ID for a computation.

Returns:

  • (String)


21908
21909
21910
21911
21912
21913
21914
21915
21916
# File 'lib/aws-sdk-quicksight/types.rb', line 21908

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

#nameString

The name of a computation.

Returns:

  • (String)


21908
21909
21910
21911
21912
21913
21914
21915
21916
# File 'lib/aws-sdk-quicksight/types.rb', line 21908

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

#period_time_granularityString

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

  • YEAR: Year to date.

  • MONTH: Month to date.

Returns:

  • (String)


21908
21909
21910
21911
21912
21913
21914
21915
21916
# File 'lib/aws-sdk-quicksight/types.rb', line 21908

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

#timeTypes::DimensionField

The time field that is used in a computation.



21908
21909
21910
21911
21912
21913
21914
21915
21916
# File 'lib/aws-sdk-quicksight/types.rb', line 21908

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

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



21908
21909
21910
21911
21912
21913
21914
21915
21916
# File 'lib/aws-sdk-quicksight/types.rb', line 21908

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