Class: Aws::Types::IntegerHyperParameterRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_value ⇒ ::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


937
938
939
# File 'sig/types.rbs', line 937

def max_value
  @max_value
end

#min_value ⇒ ::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


936
937
938
# File 'sig/types.rbs', line 936

def min_value
  @min_value
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def name
  @name
end