Struct aws_sdk_ec2::operation::create_traffic_mirror_session::CreateTrafficMirrorSessionOutput
source · #[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() -> CreateTrafficMirrorSessionOutputBuilder
pub fn builder() -> CreateTrafficMirrorSessionOutputBuilder
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 ==
.source§impl RequestId for CreateTrafficMirrorSessionOutput
impl RequestId for CreateTrafficMirrorSessionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateTrafficMirrorSessionOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateTrafficMirrorSessionOutput
impl Send for CreateTrafficMirrorSessionOutput
impl Sync for CreateTrafficMirrorSessionOutput
impl Unpin for CreateTrafficMirrorSessionOutput
impl UnwindSafe for CreateTrafficMirrorSessionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more