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.
8949 8950 8951 |
# File 'sig/types.rbs', line 8949 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
8950 8951 8952 |
# File 'sig/types.rbs', line 8950 def name @name end |
#period_time_granularity ⇒ "YEAR", ...
Returns the value of attribute period_time_granularity.
8953 8954 8955 |
# File 'sig/types.rbs', line 8953 def period_time_granularity @period_time_granularity end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8951 8952 8953 |
# File 'sig/types.rbs', line 8951 def time @time end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
8952 8953 8954 |
# File 'sig/types.rbs', line 8952 def value @value end |