AWSCognitoIdentityProviderGetCSVHeaderResponse
Objective-C
@interface AWSCognitoIdentityProviderGetCSVHeaderResponse
Swift
class AWSCognitoIdentityProviderGetCSVHeaderResponse
Represents the response from the server to the request to get the header information of the CSV file for the user import job.
-
The header information of the CSV file for the user import job.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable CSVHeader;
Swift
var csvHeader: [String]? { get set }
-
The user pool ID for the user pool that the users are to be imported into.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }