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.
6544 6545 6546 |
# File 'sig/types.rbs', line 6544 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
6545 6546 6547 |
# File 'sig/types.rbs', line 6545 def name @name end |
#period_size ⇒ ::Integer
Returns the value of attribute period_size.
6548 6549 6550 |
# File 'sig/types.rbs', line 6548 def period_size @period_size end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
6546 6547 6548 |
# File 'sig/types.rbs', line 6546 def time @time end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
6547 6548 6549 |
# File 'sig/types.rbs', line 6547 def value @value end |