Class: Aws::Lambda::Types::OnSuccess

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

A destination for events that were processed successfully.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The Amazon Resource Name (ARN) of the destination resource.

Returns:

  • (String)


4707
4708
4709
4710
4711
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4707

class OnSuccess < Struct.new(
  :destination)
  SENSITIVE = []
  include Aws::Structure
end