class
Amazonite::Ssm::StartExecutionPreviewRequest
- Amazonite::Ssm::StartExecutionPreviewRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/start_execution_preview_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(document_name : String, document_version : String | Nil = nil, execution_inputs : ExecutionInputs | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_name : String
The name of the Automation runbook to run.
-
#document_name=(document_name : String)
The name of the Automation runbook to run.
-
#document_version : String | Nil
The version of the Automation runbook to run.
-
#document_version=(document_version : String | Nil)
The version of the Automation runbook to run.
-
#execution_inputs : ExecutionInputs | Nil
Information about the inputs that can be specified for the preview operation.
-
#execution_inputs=(execution_inputs : ExecutionInputs | Nil)
Information about the inputs that can be specified for the preview operation.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.
The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.
The version of the Automation runbook to run. The default value is $DEFAULT.
The version of the Automation runbook to run. The default value is $DEFAULT.
Information about the inputs that can be specified for the preview operation.
Information about the inputs that can be specified for the preview operation.