Class: Aws::Types::Computation
- Inherits:
-
Object
- Object
- Aws::Types::Computation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forecast ⇒ Types::ForecastComputation
Returns the value of attribute forecast.
-
#growth_rate ⇒ Types::GrowthRateComputation
Returns the value of attribute growth_rate.
-
#maximum_minimum ⇒ Types::MaximumMinimumComputation
Returns the value of attribute maximum_minimum.
-
#metric_comparison ⇒ Types::MetricComparisonComputation
Returns the value of attribute metric_comparison.
-
#period_over_period ⇒ Types::PeriodOverPeriodComputation
Returns the value of attribute period_over_period.
-
#period_to_date ⇒ Types::PeriodToDateComputation
Returns the value of attribute period_to_date.
-
#top_bottom_movers ⇒ Types::TopBottomMoversComputation
Returns the value of attribute top_bottom_movers.
-
#top_bottom_ranked ⇒ Types::TopBottomRankedComputation
Returns the value of attribute top_bottom_ranked.
-
#total_aggregation ⇒ Types::TotalAggregationComputation
Returns the value of attribute total_aggregation.
-
#unique_values ⇒ Types::UniqueValuesComputation
Returns the value of attribute unique_values.
Instance Attribute Details
#forecast ⇒ Types::ForecastComputation
Returns the value of attribute forecast.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def forecast @forecast end |
#growth_rate ⇒ Types::GrowthRateComputation
Returns the value of attribute growth_rate.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def growth_rate @growth_rate end |
#maximum_minimum ⇒ Types::MaximumMinimumComputation
Returns the value of attribute maximum_minimum.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def maximum_minimum @maximum_minimum end |
#metric_comparison ⇒ Types::MetricComparisonComputation
Returns the value of attribute metric_comparison.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def metric_comparison @metric_comparison end |
#period_over_period ⇒ Types::PeriodOverPeriodComputation
Returns the value of attribute period_over_period.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def period_over_period @period_over_period end |
#period_to_date ⇒ Types::PeriodToDateComputation
Returns the value of attribute period_to_date.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def period_to_date @period_to_date end |
#top_bottom_movers ⇒ Types::TopBottomMoversComputation
Returns the value of attribute top_bottom_movers.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def top_bottom_movers @top_bottom_movers end |
#top_bottom_ranked ⇒ Types::TopBottomRankedComputation
Returns the value of attribute top_bottom_ranked.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def top_bottom_ranked @top_bottom_ranked end |
#total_aggregation ⇒ Types::TotalAggregationComputation
Returns the value of attribute total_aggregation.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def total_aggregation @total_aggregation end |
#unique_values ⇒ Types::UniqueValuesComputation
Returns the value of attribute unique_values.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def unique_values @unique_values end |