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, such as StartDocumentTextDetection
.
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 more