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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

A user pool description.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.

Returns:

  • (Time)


10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10210

class UserPoolDescriptionType < Struct.new(
  :id,
  :name,
  :lambda_config,
  :status,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID in a user pool description.

Returns:

  • (String)


10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10210

class UserPoolDescriptionType < Struct.new(
  :id,
  :name,
  :lambda_config,
  :status,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_configTypes::LambdaConfigType

The Lambda configuration information in a user pool description.



10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10210

class UserPoolDescriptionType < Struct.new(
  :id,
  :name,
  :lambda_config,
  :status,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.

Returns:

  • (Time)


10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10210

class UserPoolDescriptionType < Struct.new(
  :id,
  :name,
  :lambda_config,
  :status,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name in a user pool description.

Returns:

  • (String)


10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10210

class UserPoolDescriptionType < Struct.new(
  :id,
  :name,
  :lambda_config,
  :status,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The user pool status in a user pool description.

Returns:

  • (String)


10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10210

class UserPoolDescriptionType < Struct.new(
  :id,
  :name,
  :lambda_config,
  :status,
  :last_modified_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end