Class: Aws::Types::MaximumMinimumComputation
- Inherits:
-
Object
- Object
- Aws::Types::MaximumMinimumComputation
- 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.
-
#time ⇒ Types::DimensionField
Returns the value of attribute time.
-
#type ⇒ "MAXIMUM", "MINIMUM"
Returns the value of attribute type.
-
#value ⇒ Types::MeasureField
Returns the value of attribute value.
Instance Attribute Details
#computation_id ⇒ ::String
Returns the value of attribute computation_id.
8435 8436 8437 |
# File 'sig/types.rbs', line 8435 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
8436 8437 8438 |
# File 'sig/types.rbs', line 8436 def name @name end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8437 8438 8439 |
# File 'sig/types.rbs', line 8437 def time @time end |
#type ⇒ "MAXIMUM", "MINIMUM"
Returns the value of attribute type.
8439 8440 8441 |
# File 'sig/types.rbs', line 8439 def type @type end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
8438 8439 8440 |
# File 'sig/types.rbs', line 8438 def value @value end |