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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4913
4914
4915
4916
4917
# File 'lib/aws-sdk-lambda/types.rb', line 4913

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