Class: Aws::Lambda::Types::GetEventSourceMappingRequest

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

Overview

Note:

When making an API call, you may pass GetEventSourceMappingRequest data as a hash:

{
  uuid: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#uuidString

The identifier of the event source mapping.

Returns:

  • (String)


1193
1194
1195
1196
# File 'lib/aws-sdk-lambda/types.rb', line 1193

class GetEventSourceMappingRequest < Struct.new(
  :uuid)
  include Aws::Structure
end