Class: Aws::Types::PeriodToDateComputation
- Inherits:
-
Object
- Object
- Aws::Types::PeriodToDateComputation
- 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_time_granularity ⇒ "YEAR", ...
Returns the value of attribute period_time_granularity.
-
#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.
8598 8599 8600 |
# File 'sig/types.rbs', line 8598 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
8599 8600 8601 |
# File 'sig/types.rbs', line 8599 def name @name end |
#period_time_granularity ⇒ "YEAR", ...
Returns the value of attribute period_time_granularity.
8602 8603 8604 |
# File 'sig/types.rbs', line 8602 def period_time_granularity @period_time_granularity end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8600 8601 8602 |
# File 'sig/types.rbs', line 8600 def time @time end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
8601 8602 8603 |
# File 'sig/types.rbs', line 8601 def value @value end |