class Amazonite::EventBridge::RunCommandParameters

Overview

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

Included Modules

Defined in:

eventbridge/run_command_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(run_command_targets : Array(RunCommandTarget)) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def run_command_targets : Array(RunCommandTarget) #

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.


[View source]
def run_command_targets=(run_command_targets : Array(RunCommandTarget)) #

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.


[View source]
def validate! : Nil #

[View source]