Struct aws_sdk_glue::model::NotificationProperty
source · #[non_exhaustive]pub struct NotificationProperty { /* private fields */ }Expand description
Specifies configuration properties of a notification.
Implementations§
source§impl NotificationProperty
impl NotificationProperty
sourcepub fn notify_delay_after(&self) -> Option<i32>
pub fn notify_delay_after(&self) -> Option<i32>
After a job run starts, the number of minutes to wait before sending a job run delay notification.
source§impl NotificationProperty
impl NotificationProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotificationProperty.
Trait Implementations§
source§impl Clone for NotificationProperty
impl Clone for NotificationProperty
source§fn clone(&self) -> NotificationProperty
fn clone(&self) -> NotificationProperty
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 NotificationProperty
impl Debug for NotificationProperty
source§impl PartialEq<NotificationProperty> for NotificationProperty
impl PartialEq<NotificationProperty> for NotificationProperty
source§fn eq(&self, other: &NotificationProperty) -> bool
fn eq(&self, other: &NotificationProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.