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.
8096 8097 8098 |
# File 'sig/types.rbs', line 8096 def computation_id @computation_id end |
#name ⇒ ::String
Returns the value of attribute name.
8097 8098 8099 |
# File 'sig/types.rbs', line 8097 def name @name end |
#time ⇒ Types::DimensionField
Returns the value of attribute time.
8098 8099 8100 |
# File 'sig/types.rbs', line 8098 def time @time end |
#type ⇒ "MAXIMUM", "MINIMUM"
Returns the value of attribute type.
8100 8101 8102 |
# File 'sig/types.rbs', line 8100 def type @type end |
#value ⇒ Types::MeasureField
Returns the value of attribute value.
8099 8100 8101 |
# File 'sig/types.rbs', line 8099 def value @value end |