Class: Aws::Lambda::Types::Concurrency

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_concurrent_executionsInteger

The number of concurrent executions reserved for this function. For more information, see [Managing Concurrency].

[1]: docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html

Returns:

  • (Integer)


332
333
334
335
# File 'lib/aws-sdk-lambda/types.rb', line 332

class Concurrency < Struct.new(
  :reserved_concurrent_executions)
  include Aws::Structure
end