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.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def forecast @forecast end |
#growth_rate ⇒ Types::GrowthRateComputation
Returns the value of attribute growth_rate.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def growth_rate @growth_rate end |
#maximum_minimum ⇒ Types::MaximumMinimumComputation
Returns the value of attribute maximum_minimum.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def maximum_minimum @maximum_minimum end |
#metric_comparison ⇒ Types::MetricComparisonComputation
Returns the value of attribute metric_comparison.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def metric_comparison @metric_comparison end |
#period_over_period ⇒ Types::PeriodOverPeriodComputation
Returns the value of attribute period_over_period.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def period_over_period @period_over_period end |
#period_to_date ⇒ Types::PeriodToDateComputation
Returns the value of attribute period_to_date.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def period_to_date @period_to_date end |
#top_bottom_movers ⇒ Types::TopBottomMoversComputation
Returns the value of attribute top_bottom_movers.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def top_bottom_movers @top_bottom_movers end |
#top_bottom_ranked ⇒ Types::TopBottomRankedComputation
Returns the value of attribute top_bottom_ranked.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def top_bottom_ranked @top_bottom_ranked end |
#total_aggregation ⇒ Types::TotalAggregationComputation
Returns the value of attribute total_aggregation.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def total_aggregation @total_aggregation end |
#unique_values ⇒ Types::UniqueValuesComputation
Returns the value of attribute unique_values.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def unique_values @unique_values end |