Class: Aws::Types::StepAmountCapability

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def max
  @max
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def min
  @min
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2899
2900
2901
# File 'sig/types.rbs', line 2899

def name
  @name
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def value
  @value
end