#[non_exhaustive]pub struct DescribeEndpointTypesOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeEndpointTypesOutput
impl DescribeEndpointTypesOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn supported_endpoint_types(&self) -> Option<&[SupportedEndpointType]>
pub fn supported_endpoint_types(&self) -> Option<&[SupportedEndpointType]>
The types of endpoints that are supported.
source§impl DescribeEndpointTypesOutput
impl DescribeEndpointTypesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEndpointTypesOutput
.
Trait Implementations§
source§impl Clone for DescribeEndpointTypesOutput
impl Clone for DescribeEndpointTypesOutput
source§fn clone(&self) -> DescribeEndpointTypesOutput
fn clone(&self) -> DescribeEndpointTypesOutput
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 DescribeEndpointTypesOutput
impl Debug for DescribeEndpointTypesOutput
source§impl PartialEq<DescribeEndpointTypesOutput> for DescribeEndpointTypesOutput
impl PartialEq<DescribeEndpointTypesOutput> for DescribeEndpointTypesOutput
source§fn eq(&self, other: &DescribeEndpointTypesOutput) -> bool
fn eq(&self, other: &DescribeEndpointTypesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.