class
Amazonite::Ssm::ResolvedTargets
- Amazonite::Ssm::ResolvedTargets
- Reference
- Object
Overview
Information about targets that resolved during the Automation execution.
Included Modules
- JSON::Serializable
Defined in:
ssm/resolved_targets.crConstructors
- .new(pull : JSON::PullParser)
- .new(parameter_values : Array(String) | Nil = nil, truncated : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#parameter_values : Array(String) | Nil
A list of parameter values sent to targets that resolved during the Automation execution.
-
#parameter_values=(parameter_values : Array(String) | Nil)
A list of parameter values sent to targets that resolved during the Automation execution.
-
#truncated : Bool | Nil
A boolean value indicating whether the resolved target list is truncated.
-
#truncated=(truncated : Bool | Nil)
A boolean value indicating whether the resolved target list is truncated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of parameter values sent to targets that resolved during the Automation execution.
A list of parameter values sent to targets that resolved during the Automation execution.
A boolean value indicating whether the resolved target list is truncated.
A boolean value indicating whether the resolved target list is truncated.