#[non_exhaustive]pub struct ListTopicRuleDestinationsOutput { /* private fields */ }
Implementations§
source§impl ListTopicRuleDestinationsOutput
impl ListTopicRuleDestinationsOutput
sourcepub fn destination_summaries(&self) -> Option<&[TopicRuleDestinationSummary]>
pub fn destination_summaries(&self) -> Option<&[TopicRuleDestinationSummary]>
Information about a topic rule destination.
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 ListTopicRuleDestinationsOutput
impl ListTopicRuleDestinationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTopicRuleDestinationsOutput
.
Trait Implementations§
source§impl Clone for ListTopicRuleDestinationsOutput
impl Clone for ListTopicRuleDestinationsOutput
source§fn clone(&self) -> ListTopicRuleDestinationsOutput
fn clone(&self) -> ListTopicRuleDestinationsOutput
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 PartialEq<ListTopicRuleDestinationsOutput> for ListTopicRuleDestinationsOutput
impl PartialEq<ListTopicRuleDestinationsOutput> for ListTopicRuleDestinationsOutput
source§fn eq(&self, other: &ListTopicRuleDestinationsOutput) -> bool
fn eq(&self, other: &ListTopicRuleDestinationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.