Struct aws_sdk_codestarnotifications::model::TargetSummary  
source · [−]#[non_exhaustive]pub struct TargetSummary { /* private fields */ }Expand description
Information about the targets specified for a notification rule.
Implementations
sourceimpl TargetSummary
 
impl TargetSummary
sourcepub fn target_address(&self) -> Option<&str>
 
pub fn target_address(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
sourcepub fn target_type(&self) -> Option<&str>
 
pub fn target_type(&self) -> Option<&str>
The type of the target (for example, SNS).
-  
Chatbot topics are specified as
SNS. -  
Chatbot clients are specified as
AWSChatbotSlack. 
sourcepub fn target_status(&self) -> Option<&TargetStatus>
 
pub fn target_status(&self) -> Option<&TargetStatus>
The status of the target.
sourceimpl TargetSummary
 
impl TargetSummary
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetSummary.
Trait Implementations
sourceimpl Clone for TargetSummary
 
impl Clone for TargetSummary
sourcefn clone(&self) -> TargetSummary
 
fn clone(&self) -> TargetSummary
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 TargetSummary
 
impl Debug for TargetSummary
sourceimpl PartialEq<TargetSummary> for TargetSummary
 
impl PartialEq<TargetSummary> for TargetSummary
sourcefn eq(&self, other: &TargetSummary) -> bool
 
fn eq(&self, other: &TargetSummary) -> bool
impl StructuralPartialEq for TargetSummary
Auto Trait Implementations
impl RefUnwindSafe for TargetSummary
impl Send for TargetSummary
impl Sync for TargetSummary
impl Unpin for TargetSummary
impl UnwindSafe for TargetSummary
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