class

Amazonite::SsmV1::Runbook

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

document_name
Source
document_name=(document_name : String)
Source
document_version
Source
document_version=(document_version : String | Nil)
Source
max_concurrency
Source
max_concurrency=(max_concurrency : String | Nil)
Source
max_errors
Source
max_errors=(max_errors : String | Nil)
Source
parameters
Source
parameters=(parameters : Hash(String, Array(String)) | Nil)
Source
target_locations
Source
target_locations=(target_locations : Array(TargetLocation) | Nil)
Source
target_maps
Source
target_maps=(target_maps : Array(Hash(String, Array(String))) | Nil)
Source
target_parameter_name
Source
target_parameter_name=(target_parameter_name : String | Nil)
Source
targets
Source
targets=(targets : Array(Target) | Nil)
Source