Class: Aws::Lambda::Types::DeleteEventSourceMappingRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lambda::Types::DeleteEventSourceMappingRequest
 
- Defined in:
- gems/aws-sdk-lambda/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.
| 1398 1399 1400 1401 1402 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1398 class DeleteEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |