ApplicationDescription constructor

ApplicationDescription(
  1. {String? applicationArn,
  2. String? applicationName,
  3. List<String>? configurationTemplates,
  4. DateTime? dateCreated,
  5. DateTime? dateUpdated,
  6. String? description,
  7. ApplicationResourceLifecycleConfig? resourceLifecycleConfig,
  8. List<String>? versions}
)

Implementation

ApplicationDescription({
  this.applicationArn,
  this.applicationName,
  this.configurationTemplates,
  this.dateCreated,
  this.dateUpdated,
  this.description,
  this.resourceLifecycleConfig,
  this.versions,
});