Class: Aws::Types::DecimalDefaultValues

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_valueTypes::DynamicDefaultValue

Returns the value of attribute dynamic_value.



3704
3705
3706
# File 'sig/types.rbs', line 3704

def dynamic_value
  @dynamic_value
end

#static_values::Array[::Float]

Returns the value of attribute static_values.

Returns:

  • (::Array[::Float])


3705
3706
3707
# File 'sig/types.rbs', line 3705

def static_values
  @static_values
end