#[non_exhaustive]pub struct DisableClientAuthenticationInput { /* private fields */ }Implementations
sourceimpl DisableClientAuthenticationInput
impl DisableClientAuthenticationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableClientAuthentication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableClientAuthentication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableClientAuthentication>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableClientAuthenticationInput.
sourceimpl DisableClientAuthenticationInput
impl DisableClientAuthenticationInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory
sourcepub fn type(&self) -> Option<&ClientAuthenticationType>
pub fn type(&self) -> Option<&ClientAuthenticationType>
The type of client authentication to disable. Currently, only the parameter, SmartCard is supported.
Trait Implementations
sourceimpl Clone for DisableClientAuthenticationInput
impl Clone for DisableClientAuthenticationInput
sourcefn clone(&self) -> DisableClientAuthenticationInput
fn clone(&self) -> DisableClientAuthenticationInput
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<DisableClientAuthenticationInput> for DisableClientAuthenticationInput
impl PartialEq<DisableClientAuthenticationInput> for DisableClientAuthenticationInput
sourcefn eq(&self, other: &DisableClientAuthenticationInput) -> bool
fn eq(&self, other: &DisableClientAuthenticationInput) -> bool
impl StructuralPartialEq for DisableClientAuthenticationInput
Auto Trait Implementations
impl RefUnwindSafe for DisableClientAuthenticationInput
impl Send for DisableClientAuthenticationInput
impl Sync for DisableClientAuthenticationInput
impl Unpin for DisableClientAuthenticationInput
impl UnwindSafe for DisableClientAuthenticationInput
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