You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticTranscoder::Types::Notifications

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Notifications as input to an Aws::Client method, you can use a vanilla Hash:

{
  progressing: "SnsTopic",
  completed: "SnsTopic",
  warning: "SnsTopic",
  error: "SnsTopic",
}

The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.

To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#completedString

The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

Returns:

  • (String)

    The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

#errorString

The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

Returns:

  • (String)

    The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

#progressingString

The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

Returns:

  • (String)

    The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

#warningString

The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

Returns:

  • (String)

    The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.