Class: Aws::Lambda::Types::GetEventSourceMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetEventSourceMappingRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Note:
When making an API call, you may pass GetEventSourceMappingRequest data as a hash:
{
uuid: "String", # required
}
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.
2150 2151 2152 2153 2154 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2150 class GetEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |