ApplicationVersionDescription class
Describes the properties of an application version.
Constructors
- ApplicationVersionDescription({String? applicationName, String? applicationVersionArn, String? buildArn, DateTime? dateCreated, DateTime? dateUpdated, String? description, SourceBuildInformation? sourceBuildInformation, S3Location? sourceBundle, ApplicationVersionStatus? status, String? versionLabel})
- ApplicationVersionDescription.fromXml(XmlElement elem)
-
factory
Properties
- applicationName → String?
-
The name of the application to which the application version belongs.
final
- applicationVersionArn → String?
-
The Amazon Resource Name (ARN) of the application version.
final
- buildArn → String?
-
Reference to the artifact from the AWS CodeBuild build.
final
- dateCreated → DateTime?
-
The creation date of the application version.
final
- dateUpdated → DateTime?
-
The last modified date of the application version.
final
- description → String?
-
The description of the application version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceBuildInformation → SourceBuildInformation?
-
If the version's source code was retrieved from AWS CodeCommit, the location
of the source code for the application version.
final
- sourceBundle → S3Location?
-
The storage location of the application version's source bundle in Amazon
S3.
final
- status → ApplicationVersionStatus?
-
The processing status of the application version. Reflects the state of the
application version during its creation. Many of the values are only
applicable if you specified
True
for theProcess
parameter of theCreateApplicationVersion
action. The following list describes the possible values.final - versionLabel → String?
-
A unique identifier for the application version.
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