#[non_exhaustive]pub struct DescribeVpcEndpointServiceConfigurationsOutput { /* private fields */ }
Implementations§
source§impl DescribeVpcEndpointServiceConfigurationsOutput
impl DescribeVpcEndpointServiceConfigurationsOutput
sourcepub fn service_configurations(&self) -> Option<&[ServiceConfiguration]>
pub fn service_configurations(&self) -> Option<&[ServiceConfiguration]>
Information about the services.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeVpcEndpointServiceConfigurationsOutput
impl DescribeVpcEndpointServiceConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVpcEndpointServiceConfigurationsOutput
.
Trait Implementations§
source§impl Clone for DescribeVpcEndpointServiceConfigurationsOutput
impl Clone for DescribeVpcEndpointServiceConfigurationsOutput
source§fn clone(&self) -> DescribeVpcEndpointServiceConfigurationsOutput
fn clone(&self) -> DescribeVpcEndpointServiceConfigurationsOutput
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 PartialEq<DescribeVpcEndpointServiceConfigurationsOutput> for DescribeVpcEndpointServiceConfigurationsOutput
impl PartialEq<DescribeVpcEndpointServiceConfigurationsOutput> for DescribeVpcEndpointServiceConfigurationsOutput
source§fn eq(&self, other: &DescribeVpcEndpointServiceConfigurationsOutput) -> bool
fn eq(&self, other: &DescribeVpcEndpointServiceConfigurationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.