class Amazonite::Ssm::DocumentRequires

Overview

An SSM document required by the current document.

Included Modules

Defined in:

ssm/document_requires.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, version : String | Nil = nil, require_type : String | Nil = nil, version_name : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String #

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


[View source]
def name=(name : String) #

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


[View source]
def require_type : String | Nil #

The document type of the required SSM document.


[View source]
def require_type=(require_type : String | Nil) #

The document type of the required SSM document.


[View source]
def validate! : Nil #

[View source]
def version : String | Nil #

The document version required by the current document.


[View source]
def version=(version : String | Nil) #

The document version required by the current document.


[View source]
def version_name : String | Nil #

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.


[View source]
def version_name=(version_name : String | Nil) #

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.


[View source]