AwsEc2SecurityGroupUserIdGroupPair constructor

AwsEc2SecurityGroupUserIdGroupPair({
  1. String? groupId,
  2. String? groupName,
  3. String? peeringStatus,
  4. String? userId,
  5. String? vpcId,
  6. String? vpcPeeringConnectionId,
})

Implementation

AwsEc2SecurityGroupUserIdGroupPair({
  this.groupId,
  this.groupName,
  this.peeringStatus,
  this.userId,
  this.vpcId,
  this.vpcPeeringConnectionId,
});