#[non_exhaustive]pub struct TargetSummary { /* private fields */ }
Expand description
Information about the targets specified for a notification rule.
Implementations§
source§impl 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.
source§impl TargetSummary
impl TargetSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetSummary
.
Trait Implementations§
source§impl Clone for TargetSummary
impl Clone for TargetSummary
source§fn clone(&self) -> TargetSummary
fn clone(&self) -> TargetSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TargetSummary
impl Debug for TargetSummary
source§impl PartialEq<TargetSummary> for TargetSummary
impl PartialEq<TargetSummary> for TargetSummary
source§fn eq(&self, other: &TargetSummary) -> bool
fn eq(&self, other: &TargetSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.