#[non_exhaustive]pub struct ModifyTrafficMirrorSessionOutput { /* private fields */ }
Implementations§
source§impl ModifyTrafficMirrorSessionOutput
impl ModifyTrafficMirrorSessionOutput
sourcepub fn traffic_mirror_session(&self) -> Option<&TrafficMirrorSession>
pub fn traffic_mirror_session(&self) -> Option<&TrafficMirrorSession>
Information about the Traffic Mirror session.
source§impl ModifyTrafficMirrorSessionOutput
impl ModifyTrafficMirrorSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyTrafficMirrorSessionOutput
.
Trait Implementations§
source§impl Clone for ModifyTrafficMirrorSessionOutput
impl Clone for ModifyTrafficMirrorSessionOutput
source§fn clone(&self) -> ModifyTrafficMirrorSessionOutput
fn clone(&self) -> ModifyTrafficMirrorSessionOutput
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 more