class Amazonite::SsmV1::ProgressCounters
- Amazonite::SsmV1::ProgressCounters
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/progress_counters.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
- #cancelled_steps : Int32 | Nil
- #cancelled_steps=(cancelled_steps : Int32 | Nil)
- #failed_steps : Int32 | Nil
- #failed_steps=(failed_steps : Int32 | Nil)
- #success_steps : Int32 | Nil
- #success_steps=(success_steps : Int32 | Nil)
- #timed_out_steps : Int32 | Nil
- #timed_out_steps=(timed_out_steps : Int32 | Nil)
- #total_steps : Int32 | Nil
- #total_steps=(total_steps : Int32 | Nil)
Constructor Detail
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)
#