PlatformDescription class
Detailed information about a platform version.
Constructors
-
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}) - PlatformDescription.fromXml(XmlElement elem)
-
factory
Properties
-
customAmiList
→ List<
CustomAmi> -
The custom AMIs supported by the platform version.
final
- dateCreated → DateTime
-
The date when the platform version was created.
final
- dateUpdated → DateTime
-
The date when the platform version was last updated.
final
- description → String
-
The description of the platform version.
final
-
frameworks
→ List<
PlatformFramework> -
The frameworks supported by the platform version.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- maintainer → String
-
Information about the maintainer of the platform version.
final
- 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 the platform version.
final
- platformLifecycleState → String
-
The state of the platform version in its lifecycle. [...]
final
- platformName → String
-
The name of the platform version.
final
- platformOwner → String
-
The AWS account ID of the person who created the platform version.
final
- platformStatus → PlatformStatus
-
The status of the platform version.
final
- platformVersion → String
-
The version of the platform version.
final
-
programmingLanguages
→ List<
PlatformProgrammingLanguage> -
The programming languages supported by the platform version.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- solutionStackName → String
-
The name of the solution stack used by the platform version.
final
-
supportedAddonList
→ List<
String> -
The additions supported by the platform version.
final
-
supportedTierList
→ List<
String> -
The tiers supported by the platform version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited