ListIdentityPoolUsageResponse constructor
ListIdentityPoolUsageResponse({
- int? count,
- List<
IdentityPoolUsage> ? identityPoolUsages, - int? maxResults,
- String? nextToken,
Implementation
ListIdentityPoolUsageResponse({
this.count,
this.identityPoolUsages,
this.maxResults,
this.nextToken,
});