#[non_exhaustive]pub struct DescribeListenerCertificatesOutput { /* private fields */ }
Implementations§
source§impl DescribeListenerCertificatesOutput
impl DescribeListenerCertificatesOutput
sourcepub fn certificates(&self) -> Option<&[Certificate]>
pub fn certificates(&self) -> Option<&[Certificate]>
Information about the certificates.
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
source§impl DescribeListenerCertificatesOutput
impl DescribeListenerCertificatesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeListenerCertificatesOutput
.
Trait Implementations§
source§impl Clone for DescribeListenerCertificatesOutput
impl Clone for DescribeListenerCertificatesOutput
source§fn clone(&self) -> DescribeListenerCertificatesOutput
fn clone(&self) -> DescribeListenerCertificatesOutput
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<DescribeListenerCertificatesOutput> for DescribeListenerCertificatesOutput
impl PartialEq<DescribeListenerCertificatesOutput> for DescribeListenerCertificatesOutput
source§fn eq(&self, other: &DescribeListenerCertificatesOutput) -> bool
fn eq(&self, other: &DescribeListenerCertificatesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.