Class: Aws::Types::GrowthRateComputation
- Inherits:
-
Object
- Object
- Aws::Types::GrowthRateComputation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#period_size ⇒ ::Integer
Returns the value of attribute period_size.
-
#time ⇒ Types::DimensionField
Returns the value of attribute time.
-
#value ⇒ Types::MeasureField
Returns the value of attribute value.
Instance Attribute Details
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
6810 6811 6812 |
# File 'sig/types.rbs', line 6810 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
6811 6812 6813 |
# File 'sig/types.rbs', line 6811 def name @name end |
#period_size ⇒ ::Integer
Returns the value of attribute period_size.
6814 6815 6816 |
# File 'sig/types.rbs', line 6814 def period_size @period_size end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
6812 6813 6814 |
# File 'sig/types.rbs', line 6812 def time @time end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
6813 6814 6815 |
# File 'sig/types.rbs', line 6813 def value @value end |