pub struct PushSync {
pub application_arns: Option<Vec<String>>,
pub role_arn: Option<String>,
}Expand description
Configuration options to be applied to the identity pool.
Fields§
§application_arns: Option<Vec<String>>List of SNS platform application ARNs that could be used by clients.
role_arn: Option<String>A role configured to allow Cognito to call SNS on behalf of the developer.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PushSync
impl<'de> Deserialize<'de> for PushSync
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
impl StructuralPartialEq for PushSync
Auto Trait Implementations§
impl Freeze for PushSync
impl RefUnwindSafe for PushSync
impl Send for PushSync
impl Sync for PushSync
impl Unpin for PushSync
impl UnwindSafe for PushSync
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