Class: Aws::Types::ContinuousHyperParameterRange

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_value ⇒ ::Float

Returns the value of attribute max_value.



183
184
185
# File 'sig/types.rbs', line 183

def max_value
  @max_value
end

#min_value ⇒ ::Float

Returns the value of attribute min_value.



182
183
184
# File 'sig/types.rbs', line 182

def min_value
  @min_value
end

#name ⇒ ::String

Returns the value of attribute name.



181
182
183
# File 'sig/types.rbs', line 181

def name
  @name
end