Class: Aws::Types::ContinuousParameterRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_value ⇒ ::Float

Returns the value of attribute max_value.

Returns:

  • (::Float)


49
50
51
# File 'sig/types.rbs', line 49

def max_value
  @max_value
end

#min_value ⇒ ::Float

Returns the value of attribute min_value.

Returns:

  • (::Float)


50
51
52
# File 'sig/types.rbs', line 50

def min_value
  @min_value
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def name
  @name
end

#scaling_type ⇒ "Auto", ...

Returns the value of attribute scaling_type.

Returns:

  • ("Auto", "Linear", "Logarithmic", "ReverseLogarithmic")


51
52
53
# File 'sig/types.rbs', line 51

def scaling_type
  @scaling_type
end