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)


6812
6813
6814
# File 'sig/types.rbs', line 6812

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


6811
6812
6813
# File 'sig/types.rbs', line 6811

def min_value
  @min_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6810
6811
6812
# File 'sig/types.rbs', line 6810

def name
  @name
end

#scaling_type"Auto", ...

Returns the value of attribute scaling_type.

Returns:

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


6813
6814
6815
# File 'sig/types.rbs', line 6813

def scaling_type
  @scaling_type
end