pub struct CognitoEventUserPoolsPostAuthentication {
pub cognito_event_user_pools_header: CognitoEventUserPoolsHeader,
pub request: CognitoEventUserPoolsPostAuthenticationRequest,
pub response: CognitoEventUserPoolsPostAuthenticationResponse,
}Expand description
CognitoEventUserPoolsPostAuthentication is sent by AWS Cognito User Pools after a user is authenticated,
allowing the Lambda to add custom logic.
Fields§
§cognito_event_user_pools_header: CognitoEventUserPoolsHeader§request: CognitoEventUserPoolsPostAuthenticationRequest§response: CognitoEventUserPoolsPostAuthenticationResponseTrait Implementations§
source§impl Clone for CognitoEventUserPoolsPostAuthentication
impl Clone for CognitoEventUserPoolsPostAuthentication
source§fn clone(&self) -> CognitoEventUserPoolsPostAuthentication
fn clone(&self) -> CognitoEventUserPoolsPostAuthentication
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 Default for CognitoEventUserPoolsPostAuthentication
impl Default for CognitoEventUserPoolsPostAuthentication
source§fn default() -> CognitoEventUserPoolsPostAuthentication
fn default() -> CognitoEventUserPoolsPostAuthentication
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CognitoEventUserPoolsPostAuthentication
impl<'de> Deserialize<'de> for CognitoEventUserPoolsPostAuthentication
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CognitoEventUserPoolsPostAuthentication
impl PartialEq for CognitoEventUserPoolsPostAuthentication
source§fn eq(&self, other: &CognitoEventUserPoolsPostAuthentication) -> bool
fn eq(&self, other: &CognitoEventUserPoolsPostAuthentication) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CognitoEventUserPoolsPostAuthentication
impl StructuralEq for CognitoEventUserPoolsPostAuthentication
impl StructuralPartialEq for CognitoEventUserPoolsPostAuthentication
Auto Trait Implementations§
impl RefUnwindSafe for CognitoEventUserPoolsPostAuthentication
impl Send for CognitoEventUserPoolsPostAuthentication
impl Sync for CognitoEventUserPoolsPostAuthentication
impl Unpin for CognitoEventUserPoolsPostAuthentication
impl UnwindSafe for CognitoEventUserPoolsPostAuthentication
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more