class Amazonite::Ssm::StartAssociationsOnceRequest

Included Modules

Defined in:

ssm/start_associations_once_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(association_ids : Array(String)) #

[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_ids : Array(String) #

The association IDs that you want to run immediately and only one time.


[View source]
def association_ids=(association_ids : Array(String)) #

The association IDs that you want to run immediately and only one time.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]