AWSCognitoSyncGetCognitoEventsResponse
Objective-C
@interface AWSCognitoSyncGetCognitoEventsResponse
                Swift
class AWSCognitoSyncGetCognitoEventsResponse
                The response from the GetCognitoEvents request
- 
                  
                  
The Cognito Events returned from the GetCognitoEvents request
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable events;Swift
var events: [String : String]? { get set } 
View on GitHub
Install in Dash
        AWSCognitoSyncGetCognitoEventsResponse Class Reference