Class: Aws::Types::DecimalDefaultValues
- Inherits:
-
Object
- Object
- Aws::Types::DecimalDefaultValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
-
#static_values ⇒ ::Array[::Float]
Returns the value of attribute static_values.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def dynamic_value @dynamic_value end |
#static_values ⇒ ::Array[::Float]
Returns the value of attribute static_values.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def static_values @static_values end |