Class: Aws::Types::ContinuousParameterRange

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.



1813
1814
1815
# File 'sig/types.rbs', line 1813

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.



1812
1813
1814
# File 'sig/types.rbs', line 1812

def min_value
  @min_value
end

#name::String

Returns the value of attribute name.



1811
1812
1813
# File 'sig/types.rbs', line 1811

def name
  @name
end

#scaling_type"Auto", ...

Returns the value of attribute scaling_type.



1814
1815
1816
# File 'sig/types.rbs', line 1814

def scaling_type
  @scaling_type
end