ListResolverQueryLogConfigAssociationsResponse constructor
ListResolverQueryLogConfigAssociationsResponse({
- String? nextToken,
- List<
ResolverQueryLogConfigAssociation> ? resolverQueryLogConfigAssociations, - int? totalCount,
- int? totalFilteredCount,
Implementation
ListResolverQueryLogConfigAssociationsResponse({
this.nextToken,
this.resolverQueryLogConfigAssociations,
this.totalCount,
this.totalFilteredCount,
});