struct

Krikri::PluginHelpers::Ec2Instance::Plan

Inherits Struct < Value < Object

Constructors

new(steps : Array(Ec2Api::Step), changed : Bool, msg : String, target_state : String | Nil, instance_ids : Array(String))
Source

Instance methods

changed
clone
Source
copy_with(steps _steps = @steps, changed _changed = @changed, msg _msg = @msg, target_state _target_state = @target_state, instance_ids _instance_ids = @instance_ids)
Source
instance_ids

Existing instances the plan mutates (created ones are collected from the RunInstances response at execution time).

msg
steps
target_state

State to poll DescribeInstances for after the steps run (nil = nothing to wait for).