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§
source§impl 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.