GetAppLaunchConfigurationResponse constructor

GetAppLaunchConfigurationResponse({
  1. String? appId,
  2. bool? autoLaunch,
  3. String? roleName,
  4. List<ServerGroupLaunchConfiguration>? serverGroupLaunchConfigurations,
})

Implementation

GetAppLaunchConfigurationResponse({
  this.appId,
  this.autoLaunch,
  this.roleName,
  this.serverGroupLaunchConfigurations,
});