UserPoolDescriptionType class
A user pool description.
Constructors
- UserPoolDescriptionType.new({DateTime? creationDate, String? id, LambdaConfigType? lambdaConfig, DateTime? lastModifiedDate, String? name, StatusType? status})
-
UserPoolDescriptionType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → DateTime?
-
The date the user pool description was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID in a user pool description.
final
- lambdaConfig → LambdaConfigType?
-
The AWS Lambda configuration information in a user pool description.
final
- lastModifiedDate → DateTime?
-
The date the user pool description was last modified.
final
- name → String?
-
The name in a user pool description.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → StatusType?
-
The user pool status in a user pool description.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited