PlatformSummary class
Summary information about a platform version.
Constructors
-
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}) - PlatformSummary.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operatingSystemName → String?
-
The operating system used by the platform version.
final
- operatingSystemVersion → String?
-
The version of the operating system used by the platform version.
final
- platformArn → String?
-
The ARN of the platform version.
final
- platformBranchLifecycleState → String?
-
The state of the platform version's branch in its lifecycle.
final
- platformBranchName → String?
-
The platform branch to which the platform version belongs.
final
- platformCategory → String?
-
The category of platform version.
final
- platformLifecycleState → String?
-
The state of the platform version in its lifecycle.
final
- platformOwner → String?
-
The AWS account ID of the person who created the platform version.
final
- platformStatus → PlatformStatus?
-
The status of the platform version. You can create an environment from the
platform version once it is ready.
final
- platformVersion → String?
-
The version string of the platform version.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedAddonList
→ List<
String> ? -
The additions associated with the platform version.
final
-
supportedTierList
→ List<
String> ? -
The tiers in which the platform version runs.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited