Struct aws_sdk_databasemigration::input::MoveReplicationTaskInput [−][src]
#[non_exhaustive]pub struct MoveReplicationTaskInput {
pub replication_task_arn: Option<String>,
pub target_replication_instance_arn: Option<String>,
}
Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_task_arn: Option<String>
The Amazon Resource Name (ARN) of the task that you want to move.
target_replication_instance_arn: Option<String>
The ARN of the replication instance where you want to move the task to.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<MoveReplicationTask, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<MoveReplicationTask, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<MoveReplicationTask
>
Creates a new builder-style object to manufacture MoveReplicationTaskInput
The Amazon Resource Name (ARN) of the task that you want to move.
The ARN of the replication instance where you want to move the task to.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MoveReplicationTaskInput
impl Send for MoveReplicationTaskInput
impl Sync for MoveReplicationTaskInput
impl Unpin for MoveReplicationTaskInput
impl UnwindSafe for MoveReplicationTaskInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more