Class: Aws::LambdaPreview::Types::GetEventSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::GetEventSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uuid ⇒ String
The AWS Lambda assigned ID of the event source mapping.
Instance Attribute Details
#uuid ⇒ String
The AWS Lambda assigned ID of the event source mapping.
239 240 241 242 243 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 239 class GetEventSourceRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |