class Amazonite::Ssm::StartExecutionPreviewRequest

Included Modules

Defined in:

ssm/start_execution_preview_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(document_name : String, document_version : String | Nil = nil, execution_inputs : ExecutionInputs | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def document_name : String #

The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.


[View source]
def document_name=(document_name : String) #

The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.


[View source]
def document_version : String | Nil #

The version of the Automation runbook to run. The default value is $DEFAULT.


[View source]
def document_version=(document_version : String | Nil) #

The version of the Automation runbook to run. The default value is $DEFAULT.


[View source]
def execution_inputs : ExecutionInputs | Nil #

Information about the inputs that can be specified for the preview operation.


[View source]
def execution_inputs=(execution_inputs : ExecutionInputs | Nil) #

Information about the inputs that can be specified for the preview operation.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]