#[non_exhaustive]pub struct PutAlertManagerDefinitionOutput { /* private fields */ }Expand description
Represents the output of a PutAlertManagerDefinition operation.
Implementations
sourceimpl PutAlertManagerDefinitionOutput
impl PutAlertManagerDefinitionOutput
sourcepub fn status(&self) -> Option<&AlertManagerDefinitionStatus>
pub fn status(&self) -> Option<&AlertManagerDefinitionStatus>
The status of alert manager definition.
sourceimpl PutAlertManagerDefinitionOutput
impl PutAlertManagerDefinitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAlertManagerDefinitionOutput.
Trait Implementations
sourceimpl Clone for PutAlertManagerDefinitionOutput
impl Clone for PutAlertManagerDefinitionOutput
sourcefn clone(&self) -> PutAlertManagerDefinitionOutput
fn clone(&self) -> PutAlertManagerDefinitionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<PutAlertManagerDefinitionOutput> for PutAlertManagerDefinitionOutput
impl PartialEq<PutAlertManagerDefinitionOutput> for PutAlertManagerDefinitionOutput
sourcefn eq(&self, other: &PutAlertManagerDefinitionOutput) -> bool
fn eq(&self, other: &PutAlertManagerDefinitionOutput) -> bool
impl StructuralPartialEq for PutAlertManagerDefinitionOutput
Auto Trait Implementations
impl RefUnwindSafe for PutAlertManagerDefinitionOutput
impl Send for PutAlertManagerDefinitionOutput
impl Sync for PutAlertManagerDefinitionOutput
impl Unpin for PutAlertManagerDefinitionOutput
impl UnwindSafe for PutAlertManagerDefinitionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more