Struct aws_sdk_iot::output::ListTopicRulesOutput
source · #[non_exhaustive]pub struct ListTopicRulesOutput { /* private fields */ }
Expand description
The output from the ListTopicRules operation.
Implementations§
source§impl ListTopicRulesOutput
impl ListTopicRulesOutput
sourcepub fn rules(&self) -> Option<&[TopicRuleListItem]>
pub fn rules(&self) -> Option<&[TopicRuleListItem]>
The rules.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to get the next set of results, or null if there are no additional results.
source§impl ListTopicRulesOutput
impl ListTopicRulesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTopicRulesOutput
.
Trait Implementations§
source§impl Clone for ListTopicRulesOutput
impl Clone for ListTopicRulesOutput
source§fn clone(&self) -> ListTopicRulesOutput
fn clone(&self) -> ListTopicRulesOutput
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 ListTopicRulesOutput
impl Debug for ListTopicRulesOutput
source§impl PartialEq<ListTopicRulesOutput> for ListTopicRulesOutput
impl PartialEq<ListTopicRulesOutput> for ListTopicRulesOutput
source§fn eq(&self, other: &ListTopicRulesOutput) -> bool
fn eq(&self, other: &ListTopicRulesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.