Method: Aws::Lambda::Types::DestinationConfig#on_success
- Defined in:
- lib/aws-sdk-lambda/types.rb
#on_success ⇒ Types::OnSuccess
The destination configuration for successful invocations. Not supported in CreateEventSourceMapping or UpdateEventSourceMapping.
2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-lambda/types.rb', line 2327 class DestinationConfig < Struct.new( :on_success, :on_failure) SENSITIVE = [] include Aws::Structure end |