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
- Struct
- Aws::CognitoSync::Types::PushSync
- 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
-
#application_arns ⇒ Array<String>
List of SNS platform application ARNs that could be used by clients.
-
#role_arn ⇒ String
A role configured to allow Cognito to call SNS on behalf of the developer.
Instance Attribute Details
#application_arns ⇒ Array<String>
List of SNS platform application ARNs that could be used by clients.
#role_arn ⇒ String
A role configured to allow Cognito to call SNS on behalf of the developer.