Class: Aws::Types::IntegerParameterRange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_value::String

Returns the value of attribute max_value.



6874
6875
6876
# File 'sig/types.rbs', line 6874

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.



6873
6874
6875
# File 'sig/types.rbs', line 6873

def min_value
  @min_value
end

#name::String

Returns the value of attribute name.



6872
6873
6874
# File 'sig/types.rbs', line 6872

def name
  @name
end

#scaling_type"Auto", ...

Returns the value of attribute scaling_type.



6875
6876
6877
# File 'sig/types.rbs', line 6875

def scaling_type
  @scaling_type
end