GetAppLaunchConfigurationResponse constructor
GetAppLaunchConfigurationResponse({
- String? appId,
- bool? autoLaunch,
- String? roleName,
- List<
ServerGroupLaunchConfiguration> ? serverGroupLaunchConfigurations,
Implementation
GetAppLaunchConfigurationResponse({
this.appId,
this.autoLaunch,
this.roleName,
this.serverGroupLaunchConfigurations,
});