EC2SecurityGroup constructor

EC2SecurityGroup({
  1. String? eC2SecurityGroupName,
  2. String? eC2SecurityGroupOwnerId,
  3. String? status,
  4. List<Tag>? tags,
})

Implementation

EC2SecurityGroup({
  this.eC2SecurityGroupName,
  this.eC2SecurityGroupOwnerId,
  this.status,
  this.tags,
});