Class: Aws::QuickSight::Types::GrowthRateComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GrowthRateComputation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The growth rate 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_size ⇒ Integer
The period size setup of a growth rate 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.
18128 18129 18130 18131 18132 18133 18134 18135 18136 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18128 class GrowthRateComputation < Struct.new( :computation_id, :name, :time, :value, :period_size) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
18128 18129 18130 18131 18132 18133 18134 18135 18136 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18128 class GrowthRateComputation < Struct.new( :computation_id, :name, :time, :value, :period_size) SENSITIVE = [] include Aws::Structure end |
#period_size ⇒ Integer
The period size setup of a growth rate computation.
18128 18129 18130 18131 18132 18133 18134 18135 18136 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18128 class GrowthRateComputation < Struct.new( :computation_id, :name, :time, :value, :period_size) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Types::DimensionField
The time field that is used in a computation.
18128 18129 18130 18131 18132 18133 18134 18135 18136 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18128 class GrowthRateComputation < Struct.new( :computation_id, :name, :time, :value, :period_size) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MeasureField
The value field that is used in a computation.
18128 18129 18130 18131 18132 18133 18134 18135 18136 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18128 class GrowthRateComputation < Struct.new( :computation_id, :name, :time, :value, :period_size) SENSITIVE = [] include Aws::Structure end |