class

Amazonite::SsmV1::ProgressCounters

Inherits JSON::Serializable < Reference < Object

Constructors

new(total_steps : Int32 | Nil = nil, success_steps : Int32 | Nil = nil, failed_steps : Int32 | Nil = nil, cancelled_steps : Int32 | Nil = nil, timed_out_steps : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cancelled_steps
Source
cancelled_steps=(cancelled_steps : Int32 | Nil)
Source
failed_steps
Source
failed_steps=(failed_steps : Int32 | Nil)
Source
success_steps
Source
success_steps=(success_steps : Int32 | Nil)
Source
timed_out_steps
Source
timed_out_steps=(timed_out_steps : Int32 | Nil)
Source
total_steps
Source
total_steps=(total_steps : Int32 | Nil)
Source