Class: Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::RemoveLayerVersionPermissionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #layer_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the layer.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Only update the policy if the revision ID matches the ID specified.
 - 
  
    
      #statement_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier that was specified when the statement was added.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number.
 
Instance Attribute Details
#layer_name ⇒ String
The name or Amazon Resource Name (ARN) of the layer.
      5590 5591 5592 5593 5594 5595 5596 5597  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5590 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_id ⇒ String
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
      5590 5591 5592 5593 5594 5595 5596 5597  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5590 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#statement_id ⇒ String
The identifier that was specified when the statement was added.
      5590 5591 5592 5593 5594 5595 5596 5597  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5590 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#version_number ⇒ Integer
The version number.
      5590 5591 5592 5593 5594 5595 5596 5597  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5590 class RemoveLayerVersionPermissionRequest < Struct.new( :layer_name, :version_number, :statement_id, :revision_id) SENSITIVE = [] include Aws::Structure end  |