GetDocumentResult class

Constructors

GetDocumentResult({List<AttachmentContent>? attachmentsContent, String? content, DocumentFormat? documentFormat, DocumentType? documentType, String? documentVersion, String? name, List<DocumentRequires>? requires, ReviewStatus? reviewStatus, DocumentStatus? status, String? statusInformation, String? versionName})
GetDocumentResult.fromJson(Map<String, dynamic> json)
factory

Properties

attachmentsContent List<AttachmentContent>?
A description of the document attachments, including names, locations, sizes, and so on.
final
content String?
The contents of the Systems Manager document.
final
documentFormat DocumentFormat?
The document format, either JSON or YAML.
final
documentType DocumentType?
The document type.
final
documentVersion String?
The document version.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the Systems Manager document.
final
requires List<DocumentRequires>?
A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.
final
reviewStatus ReviewStatus?
The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM 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, Updating, Failed, and Deleting.
final
statusInformation String?
A message returned by AWS Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation 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