Class: Aws::Types::IntegerParameterRange

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)


6827
6828
6829
# File 'sig/types.rbs', line 6827

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


6826
6827
6828
# File 'sig/types.rbs', line 6826

def min_value
  @min_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6825
6826
6827
# File 'sig/types.rbs', line 6825

def name
  @name
end

#scaling_type"Auto", ...

Returns the value of attribute scaling_type.

Returns:

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


6828
6829
6830
# File 'sig/types.rbs', line 6828

def scaling_type
  @scaling_type
end