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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/types.rb

Overview

Configuration options to be applied to the identity pool.

Constant Summary collapse

SENSITIVE =
[]

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>)


859
860
861
862
863
864
# File 'lib/aws-sdk-cognitosync/types.rb', line 859

class PushSync < Struct.new(
  :application_arns,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


859
860
861
862
863
864
# File 'lib/aws-sdk-cognitosync/types.rb', line 859

class PushSync < Struct.new(
  :application_arns,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end