AWSCognitoIdentityProviderListGroupsResponse
Objective-C
@interface AWSCognitoIdentityProviderListGroupsResponse
Swift
class AWSCognitoIdentityProviderListGroupsResponse
-
The group objects for the groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderGroupType *> *_Nullable groups;
Swift
var groups: [AWSCognitoIdentityProviderGroupType]? { get set }
-
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }