UpdateTemplateResponse constructor

UpdateTemplateResponse({
  1. String? arn,
  2. ResourceStatus? creationStatus,
  3. String? requestId,
  4. int? status,
  5. String? templateId,
  6. String? versionArn,
})

Implementation

UpdateTemplateResponse({
  this.arn,
  this.creationStatus,
  this.requestId,
  this.status,
  this.templateId,
  this.versionArn,
});