#[non_exhaustive]pub struct AddListenerCertificatesOutput { /* private fields */ }
Implementations§
source§impl AddListenerCertificatesOutput
impl AddListenerCertificatesOutput
sourcepub fn certificates(&self) -> Option<&[Certificate]>
pub fn certificates(&self) -> Option<&[Certificate]>
Information about the certificates in the certificate list.
source§impl AddListenerCertificatesOutput
impl AddListenerCertificatesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddListenerCertificatesOutput
.
Trait Implementations§
source§impl Clone for AddListenerCertificatesOutput
impl Clone for AddListenerCertificatesOutput
source§fn clone(&self) -> AddListenerCertificatesOutput
fn clone(&self) -> AddListenerCertificatesOutput
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<AddListenerCertificatesOutput> for AddListenerCertificatesOutput
impl PartialEq<AddListenerCertificatesOutput> for AddListenerCertificatesOutput
source§fn eq(&self, other: &AddListenerCertificatesOutput) -> bool
fn eq(&self, other: &AddListenerCertificatesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.