Class: Aws::Lambda::Types::GetEventSourceMappingRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::GetEventSourceMappingRequest
 
 
- 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.
      2690 2691 2692 2693 2694  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 2690 class GetEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end  |