Class: Aws::Lambda::Types::DeadLetterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeadLetterConfig
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The dead-letter queue for failed asynchronous invocations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
Instance Attribute Details
#target_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
1332 1333 1334 1335 1336 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1332 class DeadLetterConfig < Struct.new( :target_arn) SENSITIVE = [] include Aws::Structure end |