DocumentVersionInfo class
Version information about the document.
Constructors
- DocumentVersionInfo({DateTime? createdDate, DocumentFormat? documentFormat, String? documentVersion, bool? isDefaultVersion, String? name, ReviewStatus? reviewStatus, DocumentStatus? status, String? statusInformation, String? versionName})
-
DocumentVersionInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDate → DateTime?
-
The date the document was created.
final
- documentFormat → DocumentFormat?
-
The document format, either JSON or YAML.
final
- documentVersion → String?
-
The document version.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefaultVersion → bool?
-
An identifier for the default version of the document.
final
- name → String?
-
The document name.
final
- reviewStatus → ReviewStatus?
-
The current status of the approval review for the latest version of the
document.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → DocumentStatus?
-
The status of the Systems Manager document, such as
Creating
,Active
,Failed
, andDeleting
.final - statusInformation → String?
-
A message returned by AWS Systems Manager that explains the
Status
value. For example, aFailed
status might be explained by theStatusInformation
message, "The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."final - versionName → String?
-
The version of the artifact associated with the document. For example,
"Release 12, Update 6". This value is unique across all versions of a
document, and cannot be changed.
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