Class: Aws::ElasticTranscoder::Types::Notifications
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::Notifications
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed ⇒ String
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
-
#error ⇒ String
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
-
#progressing ⇒ String
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
-
#warning ⇒ String
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
Instance Attribute Details
#completed ⇒ String
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
2360 2361 2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2360 class Notifications < Struct.new( :progressing, :completed, :warning, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
2360 2361 2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2360 class Notifications < Struct.new( :progressing, :completed, :warning, :error) SENSITIVE = [] include Aws::Structure end |
#progressing ⇒ String
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
2360 2361 2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2360 class Notifications < Struct.new( :progressing, :completed, :warning, :error) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ String
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
2360 2361 2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2360 class Notifications < Struct.new( :progressing, :completed, :warning, :error) SENSITIVE = [] include Aws::Structure end |