Class: Aws::LambdaPreview::Types::GetEventSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uuidString

The AWS Lambda assigned ID of the event source mapping.

Returns:

  • (String)


239
240
241
242
243
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 239

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