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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/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

Instance Attribute Details

#completedString

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

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2367

class Notifications < Struct.new(
  :progressing,
  :completed,
  :warning,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

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

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2367

class Notifications < Struct.new(
  :progressing,
  :completed,
  :warning,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2367

class Notifications < Struct.new(
  :progressing,
  :completed,
  :warning,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#warningString

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

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2367

class Notifications < Struct.new(
  :progressing,
  :completed,
  :warning,
  :error)
  SENSITIVE = []
  include Aws::Structure
end