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