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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_concurrent_executionsInteger

The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.

Returns:

  • (Integer)


1025
1026
1027
1028
1029
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1025

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