#[non_exhaustive]pub struct DescribeClientAuthenticationSettingsOutput { /* private fields */ }Implementations
sourceimpl DescribeClientAuthenticationSettingsOutput
impl DescribeClientAuthenticationSettingsOutput
sourcepub fn client_authentication_settings_info(
&self
) -> Option<&[ClientAuthenticationSettingInfo]>
pub fn client_authentication_settings_info(
&self
) -> Option<&[ClientAuthenticationSettingInfo]>
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
sourceimpl DescribeClientAuthenticationSettingsOutput
impl DescribeClientAuthenticationSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClientAuthenticationSettingsOutput.
Trait Implementations
sourceimpl Clone for DescribeClientAuthenticationSettingsOutput
impl Clone for DescribeClientAuthenticationSettingsOutput
sourcefn clone(&self) -> DescribeClientAuthenticationSettingsOutput
fn clone(&self) -> DescribeClientAuthenticationSettingsOutput
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<DescribeClientAuthenticationSettingsOutput> for DescribeClientAuthenticationSettingsOutput
impl PartialEq<DescribeClientAuthenticationSettingsOutput> for DescribeClientAuthenticationSettingsOutput
sourcefn eq(&self, other: &DescribeClientAuthenticationSettingsOutput) -> bool
fn eq(&self, other: &DescribeClientAuthenticationSettingsOutput) -> bool
impl StructuralPartialEq for DescribeClientAuthenticationSettingsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeClientAuthenticationSettingsOutput
impl Send for DescribeClientAuthenticationSettingsOutput
impl Sync for DescribeClientAuthenticationSettingsOutput
impl Unpin for DescribeClientAuthenticationSettingsOutput
impl UnwindSafe for DescribeClientAuthenticationSettingsOutput
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