CreateCloudFormationTemplateResponse constructor

CreateCloudFormationTemplateResponse({
  1. String? applicationId,
  2. String? creationTime,
  3. String? expirationTime,
  4. String? semanticVersion,
  5. Status? status,
  6. String? templateId,
  7. String? templateUrl,
})

Implementation

CreateCloudFormationTemplateResponse({
  this.applicationId,
  this.creationTime,
  this.expirationTime,
  this.semanticVersion,
  this.status,
  this.templateId,
  this.templateUrl,
});