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