pub struct CognitoEventUserPoolsCustomMessageResponse {
pub sms_message: Option<String>,
pub email_message: Option<String>,
pub email_subject: Option<String>,
}Expand description
CognitoEventUserPoolsCustomMessageResponse contains the response portion of a CustomMessage event
Fields§
§sms_message: Option<String>§email_message: Option<String>§email_subject: Option<String>Trait Implementations§
source§impl Clone for CognitoEventUserPoolsCustomMessageResponse
impl Clone for CognitoEventUserPoolsCustomMessageResponse
source§fn clone(&self) -> CognitoEventUserPoolsCustomMessageResponse
fn clone(&self) -> CognitoEventUserPoolsCustomMessageResponse
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 CognitoEventUserPoolsCustomMessageResponse
impl Default for CognitoEventUserPoolsCustomMessageResponse
source§fn default() -> CognitoEventUserPoolsCustomMessageResponse
fn default() -> CognitoEventUserPoolsCustomMessageResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CognitoEventUserPoolsCustomMessageResponse
impl<'de> Deserialize<'de> for CognitoEventUserPoolsCustomMessageResponse
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<CognitoEventUserPoolsCustomMessageResponse> for CognitoEventUserPoolsCustomMessageResponse
impl PartialEq<CognitoEventUserPoolsCustomMessageResponse> for CognitoEventUserPoolsCustomMessageResponse
source§fn eq(&self, other: &CognitoEventUserPoolsCustomMessageResponse) -> bool
fn eq(&self, other: &CognitoEventUserPoolsCustomMessageResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.