#[non_exhaustive]pub struct DescribeCertificatesOutput { /* private fields */ }Implementations§
source§impl DescribeCertificatesOutput
impl DescribeCertificatesOutput
sourcepub fn certificates(&self) -> Option<&[Certificate]>
pub fn certificates(&self) -> Option<&[Certificate]>
A list of certificates for this Amazon Web Services account.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
source§impl DescribeCertificatesOutput
impl DescribeCertificatesOutput
sourcepub fn builder() -> DescribeCertificatesOutputBuilder
pub fn builder() -> DescribeCertificatesOutputBuilder
Creates a new builder-style object to manufacture DescribeCertificatesOutput.
Trait Implementations§
source§impl Clone for DescribeCertificatesOutput
impl Clone for DescribeCertificatesOutput
source§fn clone(&self) -> DescribeCertificatesOutput
fn clone(&self) -> DescribeCertificatesOutput
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 DescribeCertificatesOutput
impl Debug for DescribeCertificatesOutput
source§impl PartialEq<DescribeCertificatesOutput> for DescribeCertificatesOutput
impl PartialEq<DescribeCertificatesOutput> for DescribeCertificatesOutput
source§fn eq(&self, other: &DescribeCertificatesOutput) -> bool
fn eq(&self, other: &DescribeCertificatesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeCertificatesOutput
impl RequestId for DescribeCertificatesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.