You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::UserPoolDescriptionType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A user pool description.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the user pool description was created.

Returns:

  • (Time)

    The date the user pool description was created.

#idString

The ID in a user pool description.

Returns:

  • (String)

    The ID in a user pool description.

#lambda_configTypes::LambdaConfigType

The AWS Lambda configuration information in a user pool description.

Returns:

#last_modified_dateTime

The date the user pool description was last modified.

Returns:

  • (Time)

    The date the user pool description was last modified.

#nameString

The name in a user pool description.

Returns:

  • (String)

    The name in a user pool description.

#statusString

The user pool status in a user pool description.

Possible values:

  • Enabled
  • Disabled

Returns:

  • (String)

    The user pool status in a user pool description.