Struct rusoto_cognito_sync::PushSync[][src]

pub struct PushSync {
    pub application_arns: Option<Vec<String>>,
    pub role_arn: Option<String>,
}

Configuration options to be applied to the identity pool.

Fields

List of SNS platform application ARNs that could be used by clients.

A role configured to allow Cognito to call SNS on behalf of the developer.

Trait Implementations

impl Default for PushSync
[src]

Returns the "default value" for a type. Read more

impl Debug for PushSync
[src]

Formats the value using the given formatter. Read more

impl Clone for PushSync
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PushSync
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PushSync

impl Sync for PushSync