#[non_exhaustive]pub struct ListVpcEndpointsForDomainOutput { /* private fields */ }
Expand description
Container for response parameters to the
operation. Returns a list containing summarized details of the VPC endpoints.ListVpcEndpointsForDomain
Implementations§
source§impl ListVpcEndpointsForDomainOutput
impl ListVpcEndpointsForDomainOutput
sourcepub fn vpc_endpoint_summary_list(&self) -> Option<&[VpcEndpointSummary]>
pub fn vpc_endpoint_summary_list(&self) -> Option<&[VpcEndpointSummary]>
Provides list of VpcEndpointSummary
summarizing details of the VPC endpoints.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Information about each endpoint associated with the domain.
source§impl ListVpcEndpointsForDomainOutput
impl ListVpcEndpointsForDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVpcEndpointsForDomainOutput
.
Trait Implementations§
source§impl Clone for ListVpcEndpointsForDomainOutput
impl Clone for ListVpcEndpointsForDomainOutput
source§fn clone(&self) -> ListVpcEndpointsForDomainOutput
fn clone(&self) -> ListVpcEndpointsForDomainOutput
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<ListVpcEndpointsForDomainOutput> for ListVpcEndpointsForDomainOutput
impl PartialEq<ListVpcEndpointsForDomainOutput> for ListVpcEndpointsForDomainOutput
source§fn eq(&self, other: &ListVpcEndpointsForDomainOutput) -> bool
fn eq(&self, other: &ListVpcEndpointsForDomainOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.