ResolverRule constructor

ResolverRule({
  1. String? arn,
  2. String? creationTime,
  3. String? creatorRequestId,
  4. String? domainName,
  5. String? id,
  6. String? modificationTime,
  7. String? name,
  8. String? ownerId,
  9. String? resolverEndpointId,
  10. RuleTypeOption? ruleType,
  11. ShareStatus? shareStatus,
  12. ResolverRuleStatus? status,
  13. String? statusMessage,
  14. List<TargetAddress>? targetIps,
})

Implementation

ResolverRule({
  this.arn,
  this.creationTime,
  this.creatorRequestId,
  this.domainName,
  this.id,
  this.modificationTime,
  this.name,
  this.ownerId,
  this.resolverEndpointId,
  this.ruleType,
  this.shareStatus,
  this.status,
  this.statusMessage,
  this.targetIps,
});