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::String

Returns the value of attribute max_value.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def min_value
  @min_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def name
  @name
end

#scaling_type"Auto", ...

Returns the value of attribute scaling_type.

Returns:

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


1799
1800
1801
# File 'sig/types.rbs', line 1799

def scaling_type
  @scaling_type
end