#[non_exhaustive]pub struct CreateVerifiedAccessEndpointOutput { /* private fields */ }
Implementations§
source§impl CreateVerifiedAccessEndpointOutput
impl CreateVerifiedAccessEndpointOutput
sourcepub fn verified_access_endpoint(&self) -> Option<&VerifiedAccessEndpoint>
pub fn verified_access_endpoint(&self) -> Option<&VerifiedAccessEndpoint>
The ID of the Amazon Web Services Verified Access endpoint.
source§impl CreateVerifiedAccessEndpointOutput
impl CreateVerifiedAccessEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVerifiedAccessEndpointOutput
.
Trait Implementations§
source§impl Clone for CreateVerifiedAccessEndpointOutput
impl Clone for CreateVerifiedAccessEndpointOutput
source§fn clone(&self) -> CreateVerifiedAccessEndpointOutput
fn clone(&self) -> CreateVerifiedAccessEndpointOutput
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<CreateVerifiedAccessEndpointOutput> for CreateVerifiedAccessEndpointOutput
impl PartialEq<CreateVerifiedAccessEndpointOutput> for CreateVerifiedAccessEndpointOutput
source§fn eq(&self, other: &CreateVerifiedAccessEndpointOutput) -> bool
fn eq(&self, other: &CreateVerifiedAccessEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.