CognitoMemberDefinition class

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

Constructors

CognitoMemberDefinition({required String clientId, required String userGroup, required String userPool})
CognitoMemberDefinition.fromJson(Map<String, dynamic> json)
factory

Properties

clientId String
An identifier for an application client. You must create the app client ID using Amazon Cognito.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userGroup String
An identifier for a user group.
final
userPool String
An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited