Struct aws_sdk_codestarnotifications::model::Target
source · [−]#[non_exhaustive]pub struct Target { /* private fields */ }Expand description
Information about the Chatbot topics or Chatbot clients associated with a notification rule.
Implementations
sourceimpl Target
impl Target
sourcepub fn target_type(&self) -> Option<&str>
pub fn target_type(&self) -> Option<&str>
The target type. Can be an Chatbot topic or Chatbot client.
-
Chatbot topics are specified as
SNS. -
Chatbot clients are specified as
AWSChatbotSlack.
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.
Trait Implementations
impl StructuralPartialEq for Target
Auto Trait Implementations
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnwindSafe for Target
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