Class: Aws::Lambda::Types::AddLayerVersionPermissionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::AddLayerVersionPermissionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the current revision of the policy.
 - 
  
    
      #statement  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The permission statement.
 
Instance Attribute Details
#revision_id ⇒ String
A unique identifier for the current revision of the policy.
      134 135 136 137 138 139  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 134 class AddLayerVersionPermissionResponse < Struct.new( :statement, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#statement ⇒ String
The permission statement.
      134 135 136 137 138 139  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 134 class AddLayerVersionPermissionResponse < Struct.new( :statement, :revision_id) SENSITIVE = [] include Aws::Structure end  |