Class: Aws::Types::ContinuousParameterRangeSpecification

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)


1820
1821
1822
# File 'sig/types.rbs', line 1820

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def min_value
  @min_value
end