AWSCognitoSyncSetIdentityPoolConfigurationResponse
Objective-C
@interface AWSCognitoSyncSetIdentityPoolConfigurationResponse
                Swift
class AWSCognitoSyncSetIdentityPoolConfigurationResponse
                The output for the SetIdentityPoolConfiguration operation
- 
                  
                  
Options to apply to this identity pool for Amazon Cognito streams.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoSyncCognitoStreams *_Nullable cognitoStreams;Swift
var cognitoStreams: AWSCognitoSyncCognitoStreams? { get set } - 
                  
                  
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolId;Swift
var identityPoolId: String? { get set } - 
                  
                  
Options to apply to this identity pool for push synchronization.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoSyncPushSync *_Nullable pushSync;Swift
var pushSync: AWSCognitoSyncPushSync? { get set } 
View on GitHub
Install in Dash
        AWSCognitoSyncSetIdentityPoolConfigurationResponse Class Reference