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 ⇒ ::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def max_value
  @max_value
end

#min_value ⇒ ::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


828
829
830
# File 'sig/types.rbs', line 828

def min_value
  @min_value
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def name
  @name
end

#scaling_type ⇒ "Auto", ...

Returns the value of attribute scaling_type.

Returns:

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


829
830
831
# File 'sig/types.rbs', line 829

def scaling_type
  @scaling_type
end