Class: Aws::Lambda::Types::DeleteEventSourceMappingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uuidString

The identifier of the event source mapping.

Returns:

  • (String)


1390
1391
1392
1393
1394
# File 'lib/aws-sdk-lambda/types.rb', line 1390

class DeleteEventSourceMappingRequest < Struct.new(
  :uuid)
  SENSITIVE = []
  include Aws::Structure
end