Class: Aws::Lambda::Types::GetFunctionConcurrencyResponse

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 simultaneous executions that are reserved for the function.

Returns:

  • (Integer)


2694
2695
2696
2697
2698
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2694

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