Class: Aws::EventBridge::Types::DeadLetterConfig

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

Overview

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the SQS queue specified as the target for the dead-letter queue.

Returns:

  • (String)


1138
1139
1140
1141
1142
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1138

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