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