Class: Aws::Lambda::Types::DeleteEventSourceMappingRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::DeleteEventSourceMappingRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #uuid  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the event source mapping.
 
Instance Attribute Details
#uuid ⇒ String
The identifier of the event source mapping.
      1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1353 class DeleteEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end  |