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.
2367 2368 2369 2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2367 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.
2367 2368 2369 2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2367 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.
2367 2368 2369 2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2367 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.
2367 2368 2369 2370 2371 2372 2373 2374 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2367 class Notifications < Struct.new( :progressing, :completed, :warning, :error) SENSITIVE = [] include Aws::Structure end |