class Amazonite::Ssm::ProgressCounters

Overview

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

Included Modules

Defined in:

ssm/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def cancelled_steps : Int32 | Nil #

The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


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

The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


[View source]
def failed_steps : Int32 | Nil #

The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


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

The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def success_steps : Int32 | Nil #

The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


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

The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


[View source]
def timed_out_steps : Int32 | Nil #

The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


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

The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


[View source]
def total_steps : Int32 | Nil #

The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


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

The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.


[View source]
def validate! : Nil #

[View source]