Class: Aws::Lambda::Types::GetEventSourceMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetEventSourceMappingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uuid ⇒ String
The identifier of the event source mapping.
Instance Attribute Details
#uuid ⇒ String
The identifier of the event source mapping.
2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-lambda/types.rb', line 2751 class GetEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |