Struct aws_sdk_ec2::input::DeleteTrafficMirrorTargetInput
source · #[non_exhaustive]pub struct DeleteTrafficMirrorTargetInput { /* private fields */ }
Implementations§
source§impl DeleteTrafficMirrorTargetInput
impl DeleteTrafficMirrorTargetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTrafficMirrorTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTrafficMirrorTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTrafficMirrorTarget
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTrafficMirrorTargetInput
.
source§impl DeleteTrafficMirrorTargetInput
impl DeleteTrafficMirrorTargetInput
sourcepub fn traffic_mirror_target_id(&self) -> Option<&str>
pub fn traffic_mirror_target_id(&self) -> Option<&str>
The ID of the Traffic Mirror target.
Trait Implementations§
source§impl Clone for DeleteTrafficMirrorTargetInput
impl Clone for DeleteTrafficMirrorTargetInput
source§fn clone(&self) -> DeleteTrafficMirrorTargetInput
fn clone(&self) -> DeleteTrafficMirrorTargetInput
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<DeleteTrafficMirrorTargetInput> for DeleteTrafficMirrorTargetInput
impl PartialEq<DeleteTrafficMirrorTargetInput> for DeleteTrafficMirrorTargetInput
source§fn eq(&self, other: &DeleteTrafficMirrorTargetInput) -> bool
fn eq(&self, other: &DeleteTrafficMirrorTargetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.