LaunchConfigurationsType constructor
LaunchConfigurationsType({
- required List<
LaunchConfiguration> launchConfigurations, - String? nextToken,
Implementation
LaunchConfigurationsType({
required this.launchConfigurations,
this.nextToken,
});