Class: Aws::CloudWatchEvents::Types::DeadLetterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeadLetterConfig
- 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
-
#arn ⇒ String
The ARN of the SQS queue specified as the target for the dead-letter queue.
Instance Attribute Details
#arn ⇒ String
The ARN of the SQS queue specified as the target for the dead-letter queue.
1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1020 class DeadLetterConfig < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |