Method: Aws::S3::Types::QueueConfiguration#queue_arn
- Defined in:
- lib/aws-sdk-s3/types.rb
#queue_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
14276 14277 14278 14279 14280 14281 14282 14283 |
# File 'lib/aws-sdk-s3/types.rb', line 14276 class QueueConfiguration < Struct.new( :id, :queue_arn, :events, :filter) SENSITIVE = [] include Aws::Structure end |