Struct aws_sdk_iot::model::TopicRuleListItem
source · #[non_exhaustive]pub struct TopicRuleListItem { /* private fields */ }
Expand description
Describes a rule.
Implementations§
source§impl TopicRuleListItem
impl TopicRuleListItem
sourcepub fn topic_pattern(&self) -> Option<&str>
pub fn topic_pattern(&self) -> Option<&str>
The pattern for the topic names that apply.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time the rule was created.
sourcepub fn rule_disabled(&self) -> Option<bool>
pub fn rule_disabled(&self) -> Option<bool>
Specifies whether the rule is disabled.
source§impl TopicRuleListItem
impl TopicRuleListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TopicRuleListItem
.
Trait Implementations§
source§impl Clone for TopicRuleListItem
impl Clone for TopicRuleListItem
source§fn clone(&self) -> TopicRuleListItem
fn clone(&self) -> TopicRuleListItem
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 TopicRuleListItem
impl Debug for TopicRuleListItem
source§impl PartialEq<TopicRuleListItem> for TopicRuleListItem
impl PartialEq<TopicRuleListItem> for TopicRuleListItem
source§fn eq(&self, other: &TopicRuleListItem) -> bool
fn eq(&self, other: &TopicRuleListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.