class
Amazonite::EventBridge::RunCommandParameters
- Amazonite::EventBridge::RunCommandParameters
- Reference
- Object
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
- JSON::Serializable
Defined in:
eventbridge/run_command_parameters.crConstructors
- .new(run_command_targets : Array(RunCommandTarget))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#run_command_targets : Array(RunCommandTarget)
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.