#[non_exhaustive]pub struct DeleteReplicationTaskInput { /* private fields */ }
Expand description
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReplicationTaskInput
.
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.
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 ==
.