Class: Aws::CognitoSync::Types::SetIdentityPoolConfigurationResponse

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

Overview

The output for the SetIdentityPoolConfiguration operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_streamsTypes::CognitoStreams

Options to apply to this identity pool for Amazon Cognito streams.



1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 1078

class SetIdentityPoolConfigurationResponse < Struct.new(
  :identity_pool_id,
  :push_sync,
  :cognito_streams)
  SENSITIVE = []
  include Aws::Structure
end

#identity_pool_idString

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

Returns:

  • (String)


1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 1078

class SetIdentityPoolConfigurationResponse < Struct.new(
  :identity_pool_id,
  :push_sync,
  :cognito_streams)
  SENSITIVE = []
  include Aws::Structure
end

#push_syncTypes::PushSync

Options to apply to this identity pool for push synchronization.

Returns:



1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 1078

class SetIdentityPoolConfigurationResponse < Struct.new(
  :identity_pool_id,
  :push_sync,
  :cognito_streams)
  SENSITIVE = []
  include Aws::Structure
end