class Amazonite::SsmV1::Runbook

Included Modules

Defined in:

ssm_v1/runbook.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, parameters : Hash(String, Array(String)) | Nil = nil, target_parameter_name : String | Nil = nil, targets : Array(Target) | Nil = nil, target_maps : Array(Hash(String, Array(String))) | Nil = nil, max_concurrency : String | Nil = nil, max_errors : String | Nil = nil, target_locations : Array(TargetLocation) | Nil = nil) #

[View source]

Instance Method Detail

def document_name : String #

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

[View source]
def document_version : String | Nil #

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

[View source]
def max_concurrency : String | Nil #

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

[View source]
def max_errors : String | Nil #

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

[View source]
def parameters : Hash(String, Array(String)) | Nil #

[View source]
def parameters=(parameters : Hash(String, Array(String)) | Nil) #

[View source]
def target_locations : Array(TargetLocation) | Nil #

[View source]
def target_locations=(target_locations : Array(TargetLocation) | Nil) #

[View source]
def target_maps : Array(Hash(String, Array(String))) | Nil #

[View source]
def target_maps=(target_maps : Array(Hash(String, Array(String))) | Nil) #

[View source]
def target_parameter_name : String | Nil #

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

[View source]
def targets : Array(Target) | Nil #

[View source]
def targets=(targets : Array(Target) | Nil) #

[View source]