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

Class: Aws::SSM::Types::DescribeDocumentRequest

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

Overview

Note:

When passing DescribeDocumentRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "DocumentARN", # required
  document_version: "DocumentVersion",
  version_name: "DocumentVersionName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#document_versionString

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

Returns:

  • (String)

    The document version for which you want information.

#nameString

The name of the Systems Manager document.

Returns:

  • (String)

    The name of the Systems Manager document.

#version_nameString

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

    An optional field specifying the version of the artifact associated with the document.