VpcLink constructor

VpcLink({
  1. String? description,
  2. String? id,
  3. String? name,
  4. VpcLinkStatus? status,
  5. String? statusMessage,
  6. Map<String, String>? tags,
  7. List<String>? targetArns,
})

Implementation

VpcLink({
  this.description,
  this.id,
  this.name,
  this.status,
  this.statusMessage,
  this.tags,
  this.targetArns,
});