Method: Aws::Lambda::Types::DestinationConfig#on_success

Defined in:
lib/aws-sdk-lambda/types.rb

#on_successTypes::OnSuccess

The destination configuration for successful invocations. Not supported in CreateEventSourceMapping or UpdateEventSourceMapping.

Returns:



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