GetDocumentResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the document attachments, including names, locations, sizes, and so on.

Link copied to clipboard

The contents of the SSM document.

Link copied to clipboard

The date the SSM document was created.

Link copied to clipboard

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

Link copied to clipboard

The document format, either JSON or YAML.

Link copied to clipboard

The document type.

Link copied to clipboard

The document version.

Link copied to clipboard
val name: String?

The name of the SSM document.

Link copied to clipboard

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

Link copied to clipboard

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.

Link copied to clipboard

The status of the SSM document, such as Creating, Active, Updating, Failed, and Deleting.

Link copied to clipboard

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

Link copied to clipboard

The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String