PlatformSummary constructor
PlatformSummary({
- String? operatingSystemName,
- String? operatingSystemVersion,
- String? platformArn,
- String? platformBranchLifecycleState,
- String? platformBranchName,
- String? platformCategory,
- String? platformLifecycleState,
- String? platformOwner,
- PlatformStatus? platformStatus,
- String? platformVersion,
- List<
String> ? supportedAddonList, - List<
String> ? supportedTierList,
Implementation
PlatformSummary({
this.operatingSystemName,
this.operatingSystemVersion,
this.platformArn,
this.platformBranchLifecycleState,
this.platformBranchName,
this.platformCategory,
this.platformLifecycleState,
this.platformOwner,
this.platformStatus,
this.platformVersion,
this.supportedAddonList,
this.supportedTierList,
});