AWSCognitoIdentityProviderGetGroupRequest

Objective-C

@interface AWSCognitoIdentityProviderGetGroupRequest

Swift

class AWSCognitoIdentityProviderGetGroupRequest
  • The name of the group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable groupName;

    Swift

    var groupName: String? { get set }
  • The user pool ID for the user pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }