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.
8465 8466 8467 |
# File 'sig/types.rbs', line 8465 def computation_id @computation_id end |
#from_value ⇒ Types::MeasureField
Returns the value of attribute from_value.
8468 8469 8470 |
# File 'sig/types.rbs', line 8468 def from_value @from_value end |
#name ⇒ ::String
Returns the value of attribute name.
8466 8467 8468 |
# File 'sig/types.rbs', line 8466 def name @name end |
#target_value ⇒ Types::MeasureField
Returns the value of attribute target_value.
8469 8470 8471 |
# File 'sig/types.rbs', line 8469 def target_value @target_value end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8467 8468 8469 |
# File 'sig/types.rbs', line 8467 def time @time end |