Class: Aws::Types::MetricComparisonComputation
- Inherits:
-
Object
- Object
- Aws::Types::MetricComparisonComputation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
-
#from_value ⇒ Types::MeasureField
Returns the value of attribute from_value.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_value ⇒ Types::MeasureField
Returns the value of attribute target_value.
-
#time ⇒ Types::DimensionField
Returns the value of attribute time.
Instance Attribute Details
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
8126 8127 8128 |
# File 'sig/types.rbs', line 8126 def computation_id @computation_id end |
#from_value ⇒ Types::MeasureField
Returns the value of attribute from_value.
8129 8130 8131 |
# File 'sig/types.rbs', line 8129 def from_value @from_value end |
#name ⇒ ::String
Returns the value of attribute name.
8127 8128 8129 |
# File 'sig/types.rbs', line 8127 def name @name end |
#target_value ⇒ Types::MeasureField
Returns the value of attribute target_value.
8130 8131 8132 |
# File 'sig/types.rbs', line 8130 def target_value @target_value end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8128 8129 8130 |
# File 'sig/types.rbs', line 8128 def time @time end |