ListIdentityPoolUsageResponse class
Returned for a successful ListIdentityPoolUsage request.
Constructors
-
ListIdentityPoolUsageResponse({int? count, List<
IdentityPoolUsage> ? identityPoolUsages, int? maxResults, String? nextToken}) -
ListIdentityPoolUsageResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- count → int?
-
Total number of identities for the identity pool.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
identityPoolUsages
→ List<
IdentityPoolUsage> ? -
Usage information for the identity pools.
final
- maxResults → int?
-
The maximum number of results to be returned.
final
- nextToken → String?
-
A pagination token for obtaining the next page of results.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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