LaunchConfigurationsType constructor

LaunchConfigurationsType({
  1. required List<LaunchConfiguration> launchConfigurations,
  2. String? nextToken,
})

Implementation

LaunchConfigurationsType({
  required this.launchConfigurations,
  this.nextToken,
});