class
Amazonite::Ssm::ExecutionInputs
- Amazonite::Ssm::ExecutionInputs
- Reference
- Object
Overview
Information about the inputs for an execution preview.
Included Modules
- JSON::Serializable
Defined in:
ssm/execution_inputs.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation : AutomationExecutionInputs | Nil
Information about the optional inputs that can be specified for an automation execution preview.
-
#automation=(automation : AutomationExecutionInputs | Nil)
Information about the optional inputs that can be specified for an automation execution preview.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def automation : AutomationExecutionInputs | Nil
#
Information about the optional inputs that can be specified for an automation execution preview.
def automation=(automation : AutomationExecutionInputs | Nil)
#
Information about the optional inputs that can be specified for an automation execution preview.