You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoSync::Types::PushSync

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PushSync as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_arns: ["ApplicationArn"],
  role_arn: "AssumeRoleArn",
}

Configuration options to be applied to the identity pool.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnsArray<String>

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

Returns:

  • (Array<String>)

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

#role_arnString

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

Returns:

  • (String)

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