#[non_exhaustive]pub struct DescribeVpcEndpointsOutput { /* private fields */ }
Expand description
Container for response parameters to the
operation. Returns a list containing configuration details and status of the VPC Endpoints as well as a list containing error responses of the endpoints that could not be describedDescribeVpcEndpoints
Implementations§
source§impl DescribeVpcEndpointsOutput
impl DescribeVpcEndpointsOutput
sourcepub fn vpc_endpoints(&self) -> Option<&[VpcEndpoint]>
pub fn vpc_endpoints(&self) -> Option<&[VpcEndpoint]>
Information about each requested VPC endpoint.
sourcepub fn vpc_endpoint_errors(&self) -> Option<&[VpcEndpointError]>
pub fn vpc_endpoint_errors(&self) -> Option<&[VpcEndpointError]>
Any errors associated with the request.
source§impl DescribeVpcEndpointsOutput
impl DescribeVpcEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVpcEndpointsOutput
.
Trait Implementations§
source§impl Clone for DescribeVpcEndpointsOutput
impl Clone for DescribeVpcEndpointsOutput
source§fn clone(&self) -> DescribeVpcEndpointsOutput
fn clone(&self) -> DescribeVpcEndpointsOutput
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 DescribeVpcEndpointsOutput
impl Debug for DescribeVpcEndpointsOutput
source§impl PartialEq<DescribeVpcEndpointsOutput> for DescribeVpcEndpointsOutput
impl PartialEq<DescribeVpcEndpointsOutput> for DescribeVpcEndpointsOutput
source§fn eq(&self, other: &DescribeVpcEndpointsOutput) -> bool
fn eq(&self, other: &DescribeVpcEndpointsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.