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
- Struct
- Aws::SSM::Types::DocumentRequires
- 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
-
#name ⇒ String
The name of the required SSM document.
-
#version ⇒ String
The document version required by the current document.
Instance Attribute Details
#name ⇒ String
The name of the required SSM document. The name can be an Amazon Resource Name (ARN).
#version ⇒ String
The document version required by the current document.