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.
8590 8591 8592 |
# File 'sig/types.rbs', line 8590 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
8591 8592 8593 |
# File 'sig/types.rbs', line 8591 def name @name end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8592 8593 8594 |
# File 'sig/types.rbs', line 8592 def time @time end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
8593 8594 8595 |
# File 'sig/types.rbs', line 8593 def value @value end |