Struct aws_sdk_textract::model::NotificationChannel
source · #[non_exhaustive]pub struct NotificationChannel { /* private fields */ }
Expand description
The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation.
Implementations§
source§impl NotificationChannel
impl NotificationChannel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotificationChannel
.
Trait Implementations§
source§impl Clone for NotificationChannel
impl Clone for NotificationChannel
source§fn clone(&self) -> NotificationChannel
fn clone(&self) -> NotificationChannel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NotificationChannel
impl Debug for NotificationChannel
source§impl PartialEq<NotificationChannel> for NotificationChannel
impl PartialEq<NotificationChannel> for NotificationChannel
source§fn eq(&self, other: &NotificationChannel) -> bool
fn eq(&self, other: &NotificationChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.