Struct aws_sdk_chime::types::StreamingNotificationTarget
source · #[non_exhaustive]pub struct StreamingNotificationTarget { /* private fields */ }Expand description
The targeted recipient for a streaming configuration notification.
Implementations§
source§impl StreamingNotificationTarget
impl StreamingNotificationTarget
sourcepub fn notification_target(&self) -> Option<&NotificationTarget>
pub fn notification_target(&self) -> Option<&NotificationTarget>
The streaming notification target.
source§impl StreamingNotificationTarget
impl StreamingNotificationTarget
sourcepub fn builder() -> StreamingNotificationTargetBuilder
pub fn builder() -> StreamingNotificationTargetBuilder
Creates a new builder-style object to manufacture StreamingNotificationTarget.
Trait Implementations§
source§impl Clone for StreamingNotificationTarget
impl Clone for StreamingNotificationTarget
source§fn clone(&self) -> StreamingNotificationTarget
fn clone(&self) -> StreamingNotificationTarget
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 StreamingNotificationTarget
impl Debug for StreamingNotificationTarget
source§impl PartialEq<StreamingNotificationTarget> for StreamingNotificationTarget
impl PartialEq<StreamingNotificationTarget> for StreamingNotificationTarget
source§fn eq(&self, other: &StreamingNotificationTarget) -> bool
fn eq(&self, other: &StreamingNotificationTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.