AWSCognitoIdentityProviderDescribeUserPoolRequest

Objective-C

@interface AWSCognitoIdentityProviderDescribeUserPoolRequest

Swift

class AWSCognitoIdentityProviderDescribeUserPoolRequest

Represents the request to describe the user pool.

Required parameters: [UserPoolId]

  • The user pool ID for the user pool you want to describe.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }