ResolverQueryLogConfig constructor

ResolverQueryLogConfig({
  1. String? arn,
  2. int? associationCount,
  3. String? creationTime,
  4. String? creatorRequestId,
  5. String? destinationArn,
  6. String? id,
  7. String? name,
  8. String? ownerId,
  9. ShareStatus? shareStatus,
  10. ResolverQueryLogConfigStatus? status,
})

Implementation

ResolverQueryLogConfig({
  this.arn,
  this.associationCount,
  this.creationTime,
  this.creatorRequestId,
  this.destinationArn,
  this.id,
  this.name,
  this.ownerId,
  this.shareStatus,
  this.status,
});