class Amazonite::Ssm::AssociationExecution

Overview

Includes information about the specified association.

Included Modules

Defined in:

ssm/association_execution.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(association_id : String | Nil = nil, association_version : String | Nil = nil, execution_id : String | Nil = nil, status : String | Nil = nil, detailed_status : String | Nil = nil, created_time : Time | Nil = nil, last_execution_date : Time | Nil = nil, resource_count_by_status : String | Nil = nil, alarm_configuration : AlarmConfiguration | Nil = nil, triggered_alarms : Array(AlarmStateInformation) | 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 alarm_configuration : AlarmConfiguration | Nil #

[View source]
def alarm_configuration=(alarm_configuration : AlarmConfiguration | Nil) #

[View source]
def association_id : String | Nil #

The association ID.


[View source]
def association_id=(association_id : String | Nil) #

The association ID.


[View source]
def association_version : String | Nil #

The association version.


[View source]
def association_version=(association_version : String | Nil) #

The association version.


[View source]
def created_time : Time | Nil #

The time the execution started.


[View source]
def created_time=(created_time : Time | Nil) #

The time the execution started.


[View source]
def detailed_status : String | Nil #

Detailed status information about the execution.


[View source]
def detailed_status=(detailed_status : String | Nil) #

Detailed status information about the execution.


[View source]
def execution_id : String | Nil #

The execution ID for the association.


[View source]
def execution_id=(execution_id : String | Nil) #

The execution ID for the association.


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

See Object#hash(hasher)


def last_execution_date : Time | Nil #

The date of the last execution.


[View source]
def last_execution_date=(last_execution_date : Time | Nil) #

The date of the last execution.


[View source]
def resource_count_by_status : String | Nil #

An aggregate status of the resources in the execution based on the status type.


[View source]
def resource_count_by_status=(resource_count_by_status : String | Nil) #

An aggregate status of the resources in the execution based on the status type.


[View source]
def status : String | Nil #

The status of the association execution.


[View source]
def status=(status : String | Nil) #

The status of the association execution.


[View source]
def triggered_alarms : Array(AlarmStateInformation) | Nil #

The CloudWatch alarms that were invoked by the association.


[View source]
def triggered_alarms=(triggered_alarms : Array(AlarmStateInformation) | Nil) #

The CloudWatch alarms that were invoked by the association.


[View source]
def validate! : Nil #

[View source]