#[non_exhaustive]pub struct DescribeVpcEndpointsInput { /* private fields */ }
Expand description
Container for request parameters to the
operation. Specifies the list of VPC endpoints to be described.DescribeVpcEndpoints
Implementations§
source§impl DescribeVpcEndpointsInput
impl DescribeVpcEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeVpcEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeVpcEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeVpcEndpoints
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVpcEndpointsInput
.
source§impl DescribeVpcEndpointsInput
impl DescribeVpcEndpointsInput
sourcepub fn vpc_endpoint_ids(&self) -> Option<&[String]>
pub fn vpc_endpoint_ids(&self) -> Option<&[String]>
The unique identifiers of the endpoints to get information about.
Trait Implementations§
source§impl Clone for DescribeVpcEndpointsInput
impl Clone for DescribeVpcEndpointsInput
source§fn clone(&self) -> DescribeVpcEndpointsInput
fn clone(&self) -> DescribeVpcEndpointsInput
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 DescribeVpcEndpointsInput
impl Debug for DescribeVpcEndpointsInput
source§impl PartialEq<DescribeVpcEndpointsInput> for DescribeVpcEndpointsInput
impl PartialEq<DescribeVpcEndpointsInput> for DescribeVpcEndpointsInput
source§fn eq(&self, other: &DescribeVpcEndpointsInput) -> bool
fn eq(&self, other: &DescribeVpcEndpointsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.