Class: Aws::Lambda::Types::GetFunctionConcurrencyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lambda::Types::GetFunctionConcurrencyResponse
 
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #reserved_concurrent_executions  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of simultaneous executions that are reserved for the function. 
Instance Attribute Details
#reserved_concurrent_executions ⇒ Integer
The number of simultaneous executions that are reserved for the function.
| 2925 2926 2927 2928 2929 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2925 class GetFunctionConcurrencyResponse < Struct.new( :reserved_concurrent_executions) SENSITIVE = [] include Aws::Structure end |