You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::DocumentVersionInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Version information about the document.

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date the document was created.

Returns:

  • (Time)

    The date the document was created.

#document_formatString

The document format, either JSON or YAML.

Possible values:

  • YAML
  • JSON
  • TEXT

Returns:

  • (String)

    The document format, either JSON or YAML.

#document_versionString

The document version.

Returns:

  • (String)

    The document version.

#is_default_versionBoolean

An identifier for the default version of the document.

Returns:

  • (Boolean)

    An identifier for the default version of the document.

#nameString

The document name.

Returns:

  • (String)

    The document name.

#statusString

The status of the Systems Manager document, such as Creating, Active, Failed, and Deleting.

Possible values:

  • Creating
  • Active
  • Updating
  • Deleting
  • Failed

Returns:

  • (String)

    The status of the Systems Manager document, such as Creating, Active, Failed, and Deleting.

#status_informationString

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.\"

Returns:

  • (String)

    A message returned by AWS Systems Manager that explains the Status value.

#version_nameString

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.

Returns:

  • (String)

    The version of the artifact associated with the document.