Class: Aws::CognitoSync::Types::PushSync
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::PushSync
- Defined in:
- gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb
Overview
Configuration options to be applied to the identity pool.
Constant Summary collapse
- SENSITIVE =
[]
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.
859 860 861 862 863 864 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 859 class PushSync < Struct.new( :application_arns, :role_arn) SENSITIVE = [] include Aws::Structure end |