Struct aws_sdk_glue::types::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() -> NotificationPropertyBuilder
pub fn builder() -> NotificationPropertyBuilder
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 ==.impl StructuralPartialEq for NotificationProperty
Auto Trait Implementations§
impl RefUnwindSafe for NotificationProperty
impl Send for NotificationProperty
impl Sync for NotificationProperty
impl Unpin for NotificationProperty
impl UnwindSafe for NotificationProperty
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more