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

Class: Aws::SSM::Types::DocumentRequires

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

Overview

Note:

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

{
  name: "DocumentARN", # required
  version: "DocumentVersion",
}

An SSM document required by the current document.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

Returns:

  • (String)

    The name of the required SSM document.

#versionString

The document version required by the current document.

Returns:

  • (String)

    The document version required by the current document.