#[non_exhaustive]pub struct CreateTrafficMirrorSessionOutput { /* private fields */ }
Implementations§
source§impl CreateTrafficMirrorSessionOutput
impl CreateTrafficMirrorSessionOutput
sourcepub fn traffic_mirror_session(&self) -> Option<&TrafficMirrorSession>
pub fn traffic_mirror_session(&self) -> Option<&TrafficMirrorSession>
Information about the Traffic Mirror session.
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 CreateTrafficMirrorSessionOutput
impl CreateTrafficMirrorSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTrafficMirrorSessionOutput
.
Trait Implementations§
source§impl Clone for CreateTrafficMirrorSessionOutput
impl Clone for CreateTrafficMirrorSessionOutput
source§fn clone(&self) -> CreateTrafficMirrorSessionOutput
fn clone(&self) -> CreateTrafficMirrorSessionOutput
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<CreateTrafficMirrorSessionOutput> for CreateTrafficMirrorSessionOutput
impl PartialEq<CreateTrafficMirrorSessionOutput> for CreateTrafficMirrorSessionOutput
source§fn eq(&self, other: &CreateTrafficMirrorSessionOutput) -> bool
fn eq(&self, other: &CreateTrafficMirrorSessionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.