class Amazonite::SsmV1::ProgressCounters

Included Modules

Defined in:

ssm_v1/progress_counters.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.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) #

[View source]

Instance Method Detail

def cancelled_steps : Int32 | Nil #

[View source]
def cancelled_steps=(cancelled_steps : Int32 | Nil) #

[View source]
def failed_steps : Int32 | Nil #

[View source]
def failed_steps=(failed_steps : Int32 | Nil) #

[View source]
def success_steps : Int32 | Nil #

[View source]
def success_steps=(success_steps : Int32 | Nil) #

[View source]
def timed_out_steps : Int32 | Nil #

[View source]
def timed_out_steps=(timed_out_steps : Int32 | Nil) #

[View source]
def total_steps : Int32 | Nil #

[View source]
def total_steps=(total_steps : Int32 | Nil) #

[View source]