class Amazonite::Ssm::GetDocumentRequest

Included Modules

Defined in:

ssm/get_document_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.


[View source]
def document_format=(document_format : DocumentFormat | Nil) #

Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.


[View source]
def document_version : String | Nil #

The document version for which you want information.


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

The document version for which you want information.


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

See Object#hash(hasher)


def name : String #

The name of the SSM document.


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

The name of the SSM document.


[View source]
def validate! : Nil #

[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]