Class: Aws::Lambda::Types::AddPermissionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::AddPermissionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #statement  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The permission statement that’s added to the function policy.
 
Instance Attribute Details
#statement ⇒ String
The permission statement that’s added to the function policy.
      251 252 253 254 255  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 251 class AddPermissionResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end  |