#[non_exhaustive]pub struct DeleteVpcEndpointOutput { /* private fields */ }
Expand description
Container for response parameters to the
operation. Contains the summarized detail of the VPC Endpoint being deleted.DeleteVpcEndpoint
Implementations§
source§impl DeleteVpcEndpointOutput
impl DeleteVpcEndpointOutput
sourcepub fn vpc_endpoint_summary(&self) -> Option<&VpcEndpointSummary>
pub fn vpc_endpoint_summary(&self) -> Option<&VpcEndpointSummary>
Information about the deleted endpoint, including its current status (DELETING
or DELETE_FAILED
).
source§impl DeleteVpcEndpointOutput
impl DeleteVpcEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVpcEndpointOutput
.
Trait Implementations§
source§impl Clone for DeleteVpcEndpointOutput
impl Clone for DeleteVpcEndpointOutput
source§fn clone(&self) -> DeleteVpcEndpointOutput
fn clone(&self) -> DeleteVpcEndpointOutput
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 Debug for DeleteVpcEndpointOutput
impl Debug for DeleteVpcEndpointOutput
source§impl PartialEq<DeleteVpcEndpointOutput> for DeleteVpcEndpointOutput
impl PartialEq<DeleteVpcEndpointOutput> for DeleteVpcEndpointOutput
source§fn eq(&self, other: &DeleteVpcEndpointOutput) -> bool
fn eq(&self, other: &DeleteVpcEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.