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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


1322
1323
1324
1325
1326
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1322

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