#[non_exhaustive]pub struct ListTargetsOutput { /* private fields */ }Implementations
sourceimpl ListTargetsOutput
 
impl ListTargetsOutput
sourcepub fn targets(&self) -> Option<&[TargetSummary]>
 
pub fn targets(&self) -> Option<&[TargetSummary]>
The list of notification rule targets.
sourcepub fn next_token(&self) -> Option<&str>
 
pub fn next_token(&self) -> Option<&str>
An enumeration token that can be used in a request to return the next batch of results.
sourceimpl ListTargetsOutput
 
impl ListTargetsOutput
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTargetsOutput.
Trait Implementations
sourceimpl Clone for ListTargetsOutput
 
impl Clone for ListTargetsOutput
sourcefn clone(&self) -> ListTargetsOutput
 
fn clone(&self) -> ListTargetsOutput
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 Debug for ListTargetsOutput
 
impl Debug for ListTargetsOutput
sourceimpl PartialEq<ListTargetsOutput> for ListTargetsOutput
 
impl PartialEq<ListTargetsOutput> for ListTargetsOutput
sourcefn eq(&self, other: &ListTargetsOutput) -> bool
 
fn eq(&self, other: &ListTargetsOutput) -> bool
impl StructuralPartialEq for ListTargetsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListTargetsOutput
impl Send for ListTargetsOutput
impl Sync for ListTargetsOutput
impl Unpin for ListTargetsOutput
impl UnwindSafe for ListTargetsOutput
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