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.
2686 2687 2688 2689 2690 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2686 class GetEventSourceMappingRequest < Struct.new( :uuid) SENSITIVE = [] include Aws::Structure end |