LaunchTemplateParameters constructor

LaunchTemplateParameters({
  1. RuntimeEnvironment? environment,
  2. String? jobName,
  3. Map<String, String>? parameters,
  4. Map<String, String>? transformNameMapping,
  5. bool? update,
})

Implementation

LaunchTemplateParameters({
  this.environment,
  this.jobName,
  this.parameters,
  this.transformNameMapping,
  this.update,
});