Class: Aws::CognitoSync::Types::SetIdentityPoolConfigurationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CognitoSync::Types::SetIdentityPoolConfigurationRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
The input for the SetIdentityPoolConfiguration operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cognito_streams  ⇒ Types::CognitoStreams 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Options to apply to this identity pool for Amazon Cognito streams. 
- 
  
    
      #identity_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. 
- 
  
    
      #push_sync  ⇒ Types::PushSync 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Options to apply to this identity pool for push synchronization. 
Instance Attribute Details
#cognito_streams ⇒ Types::CognitoStreams
Options to apply to this identity pool for Amazon Cognito streams.
| 1052 1053 1054 1055 1056 1057 1058 | # File 'lib/aws-sdk-cognitosync/types.rb', line 1052 class SetIdentityPoolConfigurationRequest < Struct.new( :identity_pool_id, :push_sync, :cognito_streams) SENSITIVE = [] include Aws::Structure end | 
#identity_pool_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.
| 1052 1053 1054 1055 1056 1057 1058 | # File 'lib/aws-sdk-cognitosync/types.rb', line 1052 class SetIdentityPoolConfigurationRequest < Struct.new( :identity_pool_id, :push_sync, :cognito_streams) SENSITIVE = [] include Aws::Structure end | 
#push_sync ⇒ Types::PushSync
Options to apply to this identity pool for push synchronization.
| 1052 1053 1054 1055 1056 1057 1058 | # File 'lib/aws-sdk-cognitosync/types.rb', line 1052 class SetIdentityPoolConfigurationRequest < Struct.new( :identity_pool_id, :push_sync, :cognito_streams) SENSITIVE = [] include Aws::Structure end |