#[non_exhaustive]pub struct ExportClientVpnClientCertificateRevocationListInput { /* private fields */ }
Implementations
sourceimpl ExportClientVpnClientCertificateRevocationListInput
impl ExportClientVpnClientCertificateRevocationListInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportClientVpnClientCertificateRevocationList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportClientVpnClientCertificateRevocationList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ExportClientVpnClientCertificateRevocationList
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportClientVpnClientCertificateRevocationListInput
.
sourceimpl ExportClientVpnClientCertificateRevocationListInput
impl ExportClientVpnClientCertificateRevocationListInput
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.
Trait Implementations
sourceimpl Clone for ExportClientVpnClientCertificateRevocationListInput
impl Clone for ExportClientVpnClientCertificateRevocationListInput
sourcefn clone(&self) -> ExportClientVpnClientCertificateRevocationListInput
fn clone(&self) -> ExportClientVpnClientCertificateRevocationListInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ExportClientVpnClientCertificateRevocationListInput> for ExportClientVpnClientCertificateRevocationListInput
impl PartialEq<ExportClientVpnClientCertificateRevocationListInput> for ExportClientVpnClientCertificateRevocationListInput
sourcefn eq(&self, other: &ExportClientVpnClientCertificateRevocationListInput) -> bool
fn eq(&self, other: &ExportClientVpnClientCertificateRevocationListInput) -> bool
impl StructuralPartialEq for ExportClientVpnClientCertificateRevocationListInput
Auto Trait Implementations
impl RefUnwindSafe for ExportClientVpnClientCertificateRevocationListInput
impl Send for ExportClientVpnClientCertificateRevocationListInput
impl Sync for ExportClientVpnClientCertificateRevocationListInput
impl Unpin for ExportClientVpnClientCertificateRevocationListInput
impl UnwindSafe for ExportClientVpnClientCertificateRevocationListInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more