#[non_exhaustive]pub struct DescribeAlertManagerDefinitionOutput { /* private fields */ }Expand description
Represents the output of a DescribeAlertManagerDefinition operation.
Implementations
sourceimpl DescribeAlertManagerDefinitionOutput
impl DescribeAlertManagerDefinitionOutput
sourcepub fn alert_manager_definition(
&self
) -> Option<&AlertManagerDefinitionDescription>
pub fn alert_manager_definition(
&self
) -> Option<&AlertManagerDefinitionDescription>
The properties of the selected workspace’s alert manager definition.
sourceimpl DescribeAlertManagerDefinitionOutput
impl DescribeAlertManagerDefinitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAlertManagerDefinitionOutput.
Trait Implementations
sourceimpl Clone for DescribeAlertManagerDefinitionOutput
impl Clone for DescribeAlertManagerDefinitionOutput
sourcefn clone(&self) -> DescribeAlertManagerDefinitionOutput
fn clone(&self) -> DescribeAlertManagerDefinitionOutput
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<DescribeAlertManagerDefinitionOutput> for DescribeAlertManagerDefinitionOutput
impl PartialEq<DescribeAlertManagerDefinitionOutput> for DescribeAlertManagerDefinitionOutput
sourcefn eq(&self, other: &DescribeAlertManagerDefinitionOutput) -> bool
fn eq(&self, other: &DescribeAlertManagerDefinitionOutput) -> bool
impl StructuralPartialEq for DescribeAlertManagerDefinitionOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeAlertManagerDefinitionOutput
impl Send for DescribeAlertManagerDefinitionOutput
impl Sync for DescribeAlertManagerDefinitionOutput
impl Unpin for DescribeAlertManagerDefinitionOutput
impl UnwindSafe for DescribeAlertManagerDefinitionOutput
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