#[non_exhaustive]pub struct TopicRuleDestinationConfiguration { /* private fields */ }
Expand description
Configuration of the topic rule destination.
Implementations§
source§impl TopicRuleDestinationConfiguration
impl TopicRuleDestinationConfiguration
sourcepub fn http_url_configuration(&self) -> Option<&HttpUrlDestinationConfiguration>
pub fn http_url_configuration(&self) -> Option<&HttpUrlDestinationConfiguration>
Configuration of the HTTP URL.
sourcepub fn vpc_configuration(&self) -> Option<&VpcDestinationConfiguration>
pub fn vpc_configuration(&self) -> Option<&VpcDestinationConfiguration>
Configuration of the virtual private cloud (VPC) connection.
source§impl TopicRuleDestinationConfiguration
impl TopicRuleDestinationConfiguration
sourcepub fn builder() -> TopicRuleDestinationConfigurationBuilder
pub fn builder() -> TopicRuleDestinationConfigurationBuilder
Creates a new builder-style object to manufacture TopicRuleDestinationConfiguration
.
Trait Implementations§
source§impl Clone for TopicRuleDestinationConfiguration
impl Clone for TopicRuleDestinationConfiguration
source§fn clone(&self) -> TopicRuleDestinationConfiguration
fn clone(&self) -> TopicRuleDestinationConfiguration
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<TopicRuleDestinationConfiguration> for TopicRuleDestinationConfiguration
impl PartialEq<TopicRuleDestinationConfiguration> for TopicRuleDestinationConfiguration
source§fn eq(&self, other: &TopicRuleDestinationConfiguration) -> bool
fn eq(&self, other: &TopicRuleDestinationConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.