ApplicationDescription class

Describes the properties of an application.

Constructors

ApplicationDescription({String? applicationArn, String? applicationName, List<String>? configurationTemplates, DateTime? dateCreated, DateTime? dateUpdated, String? description, ApplicationResourceLifecycleConfig? resourceLifecycleConfig, List<String>? versions})
ApplicationDescription.fromXml(XmlElement elem)
factory

Properties

applicationArn String?
The Amazon Resource Name (ARN) of the application.
final
applicationName String?
The name of the application.
final
configurationTemplates List<String>?
The names of the configuration templates associated with this application.
final
dateCreated DateTime?
The date when the application was created.
final
dateUpdated DateTime?
The date when the application was last modified.
final
description String?
User-defined description of the application.
final
hashCode int
The hash code for this object.
no setterinherited
resourceLifecycleConfig ApplicationResourceLifecycleConfig?
The lifecycle settings for the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions List<String>?
The names of the versions for this application.
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