Struct aws_sdk_databasemigration::operation::delete_replication_task::DeleteReplicationTaskInput
source · #[non_exhaustive]pub struct DeleteReplicationTaskInput { /* private fields */ }Expand description
Implementations§
source§impl DeleteReplicationTaskInput
impl DeleteReplicationTaskInput
sourcepub fn replication_task_arn(&self) -> Option<&str>
pub fn replication_task_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the replication task to be deleted.
source§impl DeleteReplicationTaskInput
impl DeleteReplicationTaskInput
sourcepub fn builder() -> DeleteReplicationTaskInputBuilder
pub fn builder() -> DeleteReplicationTaskInputBuilder
Creates a new builder-style object to manufacture DeleteReplicationTaskInput.
source§impl DeleteReplicationTaskInput
impl DeleteReplicationTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReplicationTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteReplicationTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteReplicationTask>
Trait Implementations§
source§impl Clone for DeleteReplicationTaskInput
impl Clone for DeleteReplicationTaskInput
source§fn clone(&self) -> DeleteReplicationTaskInput
fn clone(&self) -> DeleteReplicationTaskInput
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 Debug for DeleteReplicationTaskInput
impl Debug for DeleteReplicationTaskInput
source§impl PartialEq<DeleteReplicationTaskInput> for DeleteReplicationTaskInput
impl PartialEq<DeleteReplicationTaskInput> for DeleteReplicationTaskInput
source§fn eq(&self, other: &DeleteReplicationTaskInput) -> bool
fn eq(&self, other: &DeleteReplicationTaskInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.