class
Amazonite::Ssm::ExecutionPreview
- Amazonite::Ssm::ExecutionPreview
- Reference
- Object
Overview
Information about the changes that would be made if an execution were run.
Included Modules
- JSON::Serializable
Defined in:
ssm/execution_preview.crConstructors
- .new(pull : JSON::PullParser)
- .new(automation : AutomationExecutionPreview | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#automation : AutomationExecutionPreview | Nil
Information about the changes that would be made if an Automation workflow were run.
-
#automation=(automation : AutomationExecutionPreview | Nil)
Information about the changes that would be made if an Automation workflow were run.
-
#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 : AutomationExecutionPreview | Nil
#
Information about the changes that would be made if an Automation workflow were run.
def automation=(automation : AutomationExecutionPreview | Nil)
#
Information about the changes that would be made if an Automation workflow were run.