VpcLink constructor
VpcLink({})
Implementation
VpcLink({
required this.name,
required this.securityGroupIds,
required this.subnetIds,
required this.vpcLinkId,
this.createdDate,
this.tags,
this.vpcLinkStatus,
this.vpcLinkStatusMessage,
this.vpcLinkVersion,
});