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

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)


2603
2604
2605
2606
2607
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2603

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