#[non_exhaustive]pub struct CreateTrafficMirrorFilterOutput { /* private fields */ }
Implementations§
source§impl CreateTrafficMirrorFilterOutput
impl CreateTrafficMirrorFilterOutput
sourcepub fn traffic_mirror_filter(&self) -> Option<&TrafficMirrorFilter>
pub fn traffic_mirror_filter(&self) -> Option<&TrafficMirrorFilter>
Information about the Traffic Mirror filter.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
source§impl CreateTrafficMirrorFilterOutput
impl CreateTrafficMirrorFilterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTrafficMirrorFilterOutput
.
Trait Implementations§
source§impl Clone for CreateTrafficMirrorFilterOutput
impl Clone for CreateTrafficMirrorFilterOutput
source§fn clone(&self) -> CreateTrafficMirrorFilterOutput
fn clone(&self) -> CreateTrafficMirrorFilterOutput
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<CreateTrafficMirrorFilterOutput> for CreateTrafficMirrorFilterOutput
impl PartialEq<CreateTrafficMirrorFilterOutput> for CreateTrafficMirrorFilterOutput
source§fn eq(&self, other: &CreateTrafficMirrorFilterOutput) -> bool
fn eq(&self, other: &CreateTrafficMirrorFilterOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.