#[non_exhaustive]pub struct UpdateSubscriptionsToEventBridgeInput { /* private fields */ }
Expand description
Implementations§
source§impl UpdateSubscriptionsToEventBridgeInput
impl UpdateSubscriptionsToEventBridgeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSubscriptionsToEventBridge, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSubscriptionsToEventBridge, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSubscriptionsToEventBridge
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSubscriptionsToEventBridgeInput
.
source§impl UpdateSubscriptionsToEventBridgeInput
impl UpdateSubscriptionsToEventBridgeInput
sourcepub fn force_move(&self) -> Option<bool>
pub fn force_move(&self) -> Option<bool>
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
Trait Implementations§
source§impl Clone for UpdateSubscriptionsToEventBridgeInput
impl Clone for UpdateSubscriptionsToEventBridgeInput
source§fn clone(&self) -> UpdateSubscriptionsToEventBridgeInput
fn clone(&self) -> UpdateSubscriptionsToEventBridgeInput
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<UpdateSubscriptionsToEventBridgeInput> for UpdateSubscriptionsToEventBridgeInput
impl PartialEq<UpdateSubscriptionsToEventBridgeInput> for UpdateSubscriptionsToEventBridgeInput
source§fn eq(&self, other: &UpdateSubscriptionsToEventBridgeInput) -> bool
fn eq(&self, other: &UpdateSubscriptionsToEventBridgeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.