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.
1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-lambda/types.rb', line 1369 class DeleteEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |