Class: Aws::QuickSight::Types::PeriodToDateComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PeriodToDateComputation
- 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
-
#computation_id ⇒ String
The ID for a computation.
-
#name ⇒ String
The name of a computation.
-
#period_time_granularity ⇒ String
The time granularity setup of period to date computation.
-
#time ⇒ Types::DimensionField
The time field that is used in a computation.
-
#value ⇒ Types::MeasureField
The value field that is used in a computation.
Instance Attribute Details
#computation_id ⇒ String
The ID for a computation.
24010 24011 24012 24013 24014 24015 24016 24017 24018 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24010 class PeriodToDateComputation < Struct.new( :computation_id, :name, :time, :value, :period_time_granularity) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
24010 24011 24012 24013 24014 24015 24016 24017 24018 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24010 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.
24010 24011 24012 24013 24014 24015 24016 24017 24018 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24010 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.
24010 24011 24012 24013 24014 24015 24016 24017 24018 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24010 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.
24010 24011 24012 24013 24014 24015 24016 24017 24018 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24010 class PeriodToDateComputation < Struct.new( :computation_id, :name, :time, :value, :period_time_granularity) SENSITIVE = [] include Aws::Structure end |