Struct aws_sdk_sesv2::types::Topic
source · #[non_exhaustive]pub struct Topic { /* private fields */ }Expand description
An interest group, theme, or label within a list. Lists can have multiple topics.
Implementations§
source§impl Topic
impl Topic
sourcepub fn topic_name(&self) -> Option<&str>
pub fn topic_name(&self) -> Option<&str>
The name of the topic.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the topic the contact will see.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of what the topic is about, which the contact will see.
sourcepub fn default_subscription_status(&self) -> Option<&SubscriptionStatus>
pub fn default_subscription_status(&self) -> Option<&SubscriptionStatus>
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.