Class: Aws::Types::PeriodOverPeriodComputation
- Inherits:
-
Object
- Object
- Aws::Types::PeriodOverPeriodComputation
- 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.
-
#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.
8941 8942 8943 |
# File 'sig/types.rbs', line 8941 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
8942 8943 8944 |
# File 'sig/types.rbs', line 8942 def name @name end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8943 8944 8945 |
# File 'sig/types.rbs', line 8943 def time @time end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
8944 8945 8946 |
# File 'sig/types.rbs', line 8944 def value @value end |