Class: Aws::Types::FunctionScalingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_execution_environments::Integer

Returns the value of attribute max_execution_environments.

Returns:

  • (::Integer)


903
904
905
# File 'sig/types.rbs', line 903

def max_execution_environments
  @max_execution_environments
end

#min_execution_environments::Integer

Returns the value of attribute min_execution_environments.

Returns:

  • (::Integer)


902
903
904
# File 'sig/types.rbs', line 902

def min_execution_environments
  @min_execution_environments
end