Class: Aws::Lambda::Types::DeadLetterConfig

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_arnString

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.



2010
2011
2012
2013
2014
# File 'lib/aws-sdk-lambda/types.rb', line 2010

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