class Amazonite::Ssm::UpdateAssociationStatusRequest

Included Modules

Defined in:

ssm/update_association_status_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, instance_id : String, association_status : AssociationStatus) #

[View source]
def self.new(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 association_status : AssociationStatus #

The association status.


[View source]
def association_status=(association_status : AssociationStatus) #

The association status.


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

See Object#hash(hasher)


def instance_id : String #

The managed node ID.


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

The managed node ID.


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