PlatformDescription constructor

PlatformDescription({
  1. List<CustomAmi>? customAmiList,
  2. DateTime? dateCreated,
  3. DateTime? dateUpdated,
  4. String? description,
  5. List<PlatformFramework>? frameworks,
  6. String? maintainer,
  7. String? operatingSystemName,
  8. String? operatingSystemVersion,
  9. String? platformArn,
  10. String? platformBranchLifecycleState,
  11. String? platformBranchName,
  12. String? platformCategory,
  13. String? platformLifecycleState,
  14. String? platformName,
  15. String? platformOwner,
  16. PlatformStatus? platformStatus,
  17. String? platformVersion,
  18. List<PlatformProgrammingLanguage>? programmingLanguages,
  19. String? solutionStackName,
  20. List<String>? supportedAddonList,
  21. List<String>? supportedTierList,
})

Implementation

PlatformDescription({
  this.customAmiList,
  this.dateCreated,
  this.dateUpdated,
  this.description,
  this.frameworks,
  this.maintainer,
  this.operatingSystemName,
  this.operatingSystemVersion,
  this.platformArn,
  this.platformBranchLifecycleState,
  this.platformBranchName,
  this.platformCategory,
  this.platformLifecycleState,
  this.platformName,
  this.platformOwner,
  this.platformStatus,
  this.platformVersion,
  this.programmingLanguages,
  this.solutionStackName,
  this.supportedAddonList,
  this.supportedTierList,
});