Class: Aws::QuickSight::Types::PeriodOverPeriodComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PeriodOverPeriodComputation
- 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
-
#computation_id ⇒ String
The ID for a computation.
-
#name ⇒ String
The name of a 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.
22929 22930 22931 22932 22933 22934 22935 22936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22929 class PeriodOverPeriodComputation < Struct.new( :computation_id, :name, :time, :value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
22929 22930 22931 22932 22933 22934 22935 22936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22929 class PeriodOverPeriodComputation < Struct.new( :computation_id, :name, :time, :value) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Types::DimensionField
The time field that is used in a computation.
22929 22930 22931 22932 22933 22934 22935 22936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22929 class PeriodOverPeriodComputation < Struct.new( :computation_id, :name, :time, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MeasureField
The value field that is used in a computation.
22929 22930 22931 22932 22933 22934 22935 22936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22929 class PeriodOverPeriodComputation < Struct.new( :computation_id, :name, :time, :value) SENSITIVE = [] include Aws::Structure end |