DescribeMountTargetSecurityGroupsResponse constructor

DescribeMountTargetSecurityGroupsResponse({
  1. required List<String> securityGroups,
})

Implementation

DescribeMountTargetSecurityGroupsResponse({
  required this.securityGroups,
});