Struct aws_sdk_directory::operation::describe_client_authentication_settings::DescribeClientAuthenticationSettingsOutput
source · #[non_exhaustive]pub struct DescribeClientAuthenticationSettingsOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl DescribeClientAuthenticationSettingsOutput
impl DescribeClientAuthenticationSettingsOutput
sourcepub fn builder() -> DescribeClientAuthenticationSettingsOutputBuilder
pub fn builder() -> DescribeClientAuthenticationSettingsOutputBuilder
Creates a new builder-style object to manufacture DescribeClientAuthenticationSettingsOutput.
Trait Implementations§
source§impl Clone for DescribeClientAuthenticationSettingsOutput
impl Clone for DescribeClientAuthenticationSettingsOutput
source§fn clone(&self) -> DescribeClientAuthenticationSettingsOutput
fn clone(&self) -> DescribeClientAuthenticationSettingsOutput
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<DescribeClientAuthenticationSettingsOutput> for DescribeClientAuthenticationSettingsOutput
impl PartialEq<DescribeClientAuthenticationSettingsOutput> for DescribeClientAuthenticationSettingsOutput
source§fn eq(&self, other: &DescribeClientAuthenticationSettingsOutput) -> bool
fn eq(&self, other: &DescribeClientAuthenticationSettingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeClientAuthenticationSettingsOutput
impl RequestId for DescribeClientAuthenticationSettingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.