AwsCognitoEvent class
- Annotations
Constructors
-
AwsCognitoEvent({int version,
String triggerSource, String region, String userPoolId, String userName, Map< String, String> callerContext,AwsCognitoRequest request, AwsCognitoResponse response} ) -
const
-
AwsCognitoEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
callerContext
→ Map<
String, String> -
@JsonKey(), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- region → String
-
@JsonKey(), final
- request → AwsCognitoRequest
-
@JsonKey(), final
- response → AwsCognitoResponse
-
@JsonKey(), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- triggerSource → String
-
@JsonKey(), final
- userName → String
-
@JsonKey(), final
- userPoolId → String
-
@JsonKey(), final
- version → int
-
@JsonKey(), final
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited