Struct aws_sdk_elastictranscoder::model::Notifications [−][src]
#[non_exhaustive]pub struct Notifications {
pub progressing: Option<String>,
pub completed: Option<String>,
pub warning: Option<String>,
pub error: Option<String>,
}
Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.progressing: Option<String>
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
completed: Option<String>
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
warning: Option<String>
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
error: Option<String>
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
Implementations
Creates a new builder-style object to manufacture Notifications
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Notifications
impl Send for Notifications
impl Sync for Notifications
impl Unpin for Notifications
impl UnwindSafe for Notifications
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more