Class: Aws::Types::DoubleConfigurationOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Float

Returns the value of attribute default_value.

Returns:

  • (::Float)


5645
5646
5647
# File 'sig/types.rbs', line 5645

def default_value
  @default_value
end

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


5647
5648
5649
# File 'sig/types.rbs', line 5647

def max
  @max
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


5646
5647
5648
# File 'sig/types.rbs', line 5646

def min
  @min
end