Class DescribeDocumentRequest

    • Method Detail

      • name

        public final String name()

        The name of the SSM document.

        Returns:
        The name of the SSM document.
      • documentVersion

        public final String documentVersion()

        The document version for which you want information. Can be a specific version or the default version.

        Returns:
        The document version for which you want information. Can be a specific version or the default version.
      • versionName

        public final String versionName()

        An optional field specifying 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.

        Returns:
        An optional field specifying 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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object