ListResolverQueryLogConfigAssociationsResponse constructor

ListResolverQueryLogConfigAssociationsResponse({
  1. String? nextToken,
  2. List<ResolverQueryLogConfigAssociation>? resolverQueryLogConfigAssociations,
  3. int? totalCount,
  4. int? totalFilteredCount,
})

Implementation

ListResolverQueryLogConfigAssociationsResponse({
  this.nextToken,
  this.resolverQueryLogConfigAssociations,
  this.totalCount,
  this.totalFilteredCount,
});