class
Amazonite::EventBridge::RunCommandTarget
- Amazonite::EventBridge::RunCommandTarget
- Reference
- Object
Overview
Information about the EC2 instances that are to be sent the command, specified as key-value
pairs. Each RunCommandTarget block can include only one key, but this key may specify multiple
values.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/run_command_target.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
Can be either
tag:tag-key orInstanceIds. -
#key=(key : String)
Can be either
tag:tag-key orInstanceIds. - #validate! : Nil
-
#values : Array(String)
If
Keyistag:tag-key,Valuesis a list of tag values. -
#values=(values : Array(String))
If
Keyistag:tag-key,Valuesis a list of tag values.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds,
Values is a list of Amazon EC2 instance IDs.
If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds,
Values is a list of Amazon EC2 instance IDs.