Class: Aws::Types::TotalAggregationComputation
- Inherits:
-
Object
- Object
- Aws::Types::TotalAggregationComputation
- 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.
-
#value ⇒ Types::MeasureField
Returns the value of attribute value.
Instance Attribute Details
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
11602 11603 11604 |
# File 'sig/types.rbs', line 11602 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
11603 11604 11605 |
# File 'sig/types.rbs', line 11603 def name @name end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
11604 11605 11606 |
# File 'sig/types.rbs', line 11604 def value @value end |