Class: Aws::Lambda::Types::ScalingConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_concurrencyInteger

Limits the number of concurrent instances that the Amazon SQS event source can invoke.

Returns:

  • (Integer)


5570
5571
5572
5573
5574
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5570

class ScalingConfig < Struct.new(
  :maximum_concurrency)
  SENSITIVE = []
  include Aws::Structure
end