class Amazonite::Ssm::InstanceAssociation

Overview

One or more association documents on the managed node.

Included Modules

Defined in:

ssm/instance_association.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(association_id : String | Nil = nil, instance_id : String | Nil = nil, content : String | Nil = nil, association_version : String | Nil = nil) #

[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 association_id : String | Nil #

The association ID.


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

The association ID.


[View source]
def association_version : String | Nil #

Version information for the association on the managed node.


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

Version information for the association on the managed node.


[View source]
def content : String | Nil #

The content of the association document for the managed nodes.


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

The content of the association document for the managed nodes.


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

See Object#hash(hasher)


def instance_id : String | Nil #

The managed node ID.


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

The managed node ID.


[View source]
def validate! : Nil #

[View source]