PlatformDescription constructor
      
      PlatformDescription({ 
    
    
- List<CustomAmi> ? customAmiList,
- DateTime? dateCreated,
- DateTime? dateUpdated,
- String? description,
- List<PlatformFramework> ? frameworks,
- String? maintainer,
- String? operatingSystemName,
- String? operatingSystemVersion,
- String? platformArn,
- String? platformBranchLifecycleState,
- String? platformBranchName,
- String? platformCategory,
- String? platformLifecycleState,
- String? platformName,
- String? platformOwner,
- PlatformStatus? platformStatus,
- String? platformVersion,
- List<PlatformProgrammingLanguage> ? programmingLanguages,
- String? solutionStackName,
- List<String> ? supportedAddonList,
- 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,
});