Struct aws_sdk_ec2::operation::delete_verified_access_endpoint::DeleteVerifiedAccessEndpointOutput
source · #[non_exhaustive]pub struct DeleteVerifiedAccessEndpointOutput { /* private fields */ }
Implementations§
source§impl DeleteVerifiedAccessEndpointOutput
impl DeleteVerifiedAccessEndpointOutput
sourcepub fn verified_access_endpoint(&self) -> Option<&VerifiedAccessEndpoint>
pub fn verified_access_endpoint(&self) -> Option<&VerifiedAccessEndpoint>
The ID of the Verified Access endpoint.
source§impl DeleteVerifiedAccessEndpointOutput
impl DeleteVerifiedAccessEndpointOutput
sourcepub fn builder() -> DeleteVerifiedAccessEndpointOutputBuilder
pub fn builder() -> DeleteVerifiedAccessEndpointOutputBuilder
Creates a new builder-style object to manufacture DeleteVerifiedAccessEndpointOutput
.
Trait Implementations§
source§impl Clone for DeleteVerifiedAccessEndpointOutput
impl Clone for DeleteVerifiedAccessEndpointOutput
source§fn clone(&self) -> DeleteVerifiedAccessEndpointOutput
fn clone(&self) -> DeleteVerifiedAccessEndpointOutput
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<DeleteVerifiedAccessEndpointOutput> for DeleteVerifiedAccessEndpointOutput
impl PartialEq<DeleteVerifiedAccessEndpointOutput> for DeleteVerifiedAccessEndpointOutput
source§fn eq(&self, other: &DeleteVerifiedAccessEndpointOutput) -> bool
fn eq(&self, other: &DeleteVerifiedAccessEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteVerifiedAccessEndpointOutput
impl RequestId for DeleteVerifiedAccessEndpointOutput
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 DeleteVerifiedAccessEndpointOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteVerifiedAccessEndpointOutput
impl Send for DeleteVerifiedAccessEndpointOutput
impl Sync for DeleteVerifiedAccessEndpointOutput
impl Unpin for DeleteVerifiedAccessEndpointOutput
impl UnwindSafe for DeleteVerifiedAccessEndpointOutput
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