Class: Aws::CloudWatchEvents::Types::DeadLetterConfig

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


1020
1021
1022
1023
1024
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1020

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