class Amazonite::Ssm::DocumentDefaultVersionDescription

Overview

A default version of a document.

Included Modules

Defined in:

ssm/document_default_version_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, default_version : String | Nil = nil, default_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 default_version : String | Nil #

The default version of the document.


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

The default version of the document.


[View source]
def default_version_name : String | Nil #

The default version of the artifact associated with the document.


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

The default version of the artifact associated with the document.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String | Nil #

The name of the document.


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

The name of the document.


[View source]
def validate! : Nil #

[View source]