LoadBalancerInfo constructor
LoadBalancerInfo({
- List<
ELBInfo> ? elbInfoList, - List<
TargetGroupInfo> ? targetGroupInfoList, - List<
TargetGroupPairInfo> ? targetGroupPairInfoList,
Implementation
LoadBalancerInfo({
this.elbInfoList,
this.targetGroupInfoList,
this.targetGroupPairInfoList,
});