#[non_exhaustive]pub struct ImportClientVpnClientCertificateRevocationListInput { /* private fields */ }
Implementations§
source§impl ImportClientVpnClientCertificateRevocationListInput
impl ImportClientVpnClientCertificateRevocationListInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportClientVpnClientCertificateRevocationList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportClientVpnClientCertificateRevocationList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportClientVpnClientCertificateRevocationList
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportClientVpnClientCertificateRevocationListInput
.
source§impl ImportClientVpnClientCertificateRevocationListInput
impl ImportClientVpnClientCertificateRevocationListInput
sourcepub fn client_vpn_endpoint_id(&self) -> Option<&str>
pub fn client_vpn_endpoint_id(&self) -> Option<&str>
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
sourcepub fn certificate_revocation_list(&self) -> Option<&str>
pub fn certificate_revocation_list(&self) -> Option<&str>
The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.
Trait Implementations§
source§impl Clone for ImportClientVpnClientCertificateRevocationListInput
impl Clone for ImportClientVpnClientCertificateRevocationListInput
source§fn clone(&self) -> ImportClientVpnClientCertificateRevocationListInput
fn clone(&self) -> ImportClientVpnClientCertificateRevocationListInput
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<ImportClientVpnClientCertificateRevocationListInput> for ImportClientVpnClientCertificateRevocationListInput
impl PartialEq<ImportClientVpnClientCertificateRevocationListInput> for ImportClientVpnClientCertificateRevocationListInput
source§fn eq(&self, other: &ImportClientVpnClientCertificateRevocationListInput) -> bool
fn eq(&self, other: &ImportClientVpnClientCertificateRevocationListInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.