Struct aws_sdk_sagemaker::model::CognitoConfig
source · [−]#[non_exhaustive]pub struct CognitoConfig { /* private fields */ }
Expand description
Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
Implementations
sourceimpl CognitoConfig
impl CognitoConfig
sourcepub fn user_pool(&self) -> Option<&str>
pub fn user_pool(&self) -> Option<&str>
A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.
sourceimpl CognitoConfig
impl CognitoConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CognitoConfig
.
Trait Implementations
sourceimpl Clone for CognitoConfig
impl Clone for CognitoConfig
sourcefn clone(&self) -> CognitoConfig
fn clone(&self) -> CognitoConfig
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 more
sourceimpl Debug for CognitoConfig
impl Debug for CognitoConfig
sourceimpl PartialEq<CognitoConfig> for CognitoConfig
impl PartialEq<CognitoConfig> for CognitoConfig
sourcefn eq(&self, other: &CognitoConfig) -> bool
fn eq(&self, other: &CognitoConfig) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for CognitoConfig
Auto Trait Implementations
impl RefUnwindSafe for CognitoConfig
impl Send for CognitoConfig
impl Sync for CognitoConfig
impl Unpin for CognitoConfig
impl UnwindSafe for CognitoConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more