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.
2675 2676 2677 2678 2679 |
# File 'lib/aws-sdk-lambda/types.rb', line 2675 class GetEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |