#[non_exhaustive]pub struct VpcEndpointSummary { /* private fields */ }
Expand description
The VPC endpoint object.
Implementations§
source§impl VpcEndpointSummary
impl VpcEndpointSummary
sourcepub fn builder() -> VpcEndpointSummaryBuilder
pub fn builder() -> VpcEndpointSummaryBuilder
Creates a new builder-style object to manufacture VpcEndpointSummary
.
Trait Implementations§
source§impl Clone for VpcEndpointSummary
impl Clone for VpcEndpointSummary
source§fn clone(&self) -> VpcEndpointSummary
fn clone(&self) -> VpcEndpointSummary
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 VpcEndpointSummary
impl Debug for VpcEndpointSummary
source§impl PartialEq<VpcEndpointSummary> for VpcEndpointSummary
impl PartialEq<VpcEndpointSummary> for VpcEndpointSummary
source§fn eq(&self, other: &VpcEndpointSummary) -> bool
fn eq(&self, other: &VpcEndpointSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.