class
Amazonite::Ssm::AssociationExecution
- Amazonite::Ssm::AssociationExecution
- Reference
- Object
Overview
Includes information about the specified association.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_execution.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. - #alarm_configuration : AlarmConfiguration | Nil
- #alarm_configuration=(alarm_configuration : AlarmConfiguration | Nil)
-
#association_id : String | Nil
The association ID.
-
#association_id=(association_id : String | Nil)
The association ID.
-
#association_version : String | Nil
The association version.
-
#association_version=(association_version : String | Nil)
The association version.
-
#created_time : Time | Nil
The time the execution started.
-
#created_time=(created_time : Time | Nil)
The time the execution started.
-
#detailed_status : String | Nil
Detailed status information about the execution.
-
#detailed_status=(detailed_status : String | Nil)
Detailed status information about the execution.
-
#execution_id : String | Nil
The execution ID for the association.
-
#execution_id=(execution_id : String | Nil)
The execution ID for the association.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_execution_date : Time | Nil
The date of the last execution.
-
#last_execution_date=(last_execution_date : Time | Nil)
The date of the last execution.
-
#resource_count_by_status : String | Nil
An aggregate status of the resources in the execution based on the status type.
-
#resource_count_by_status=(resource_count_by_status : String | Nil)
An aggregate status of the resources in the execution based on the status type.
-
#status : String | Nil
The status of the association execution.
-
#status=(status : String | Nil)
The status of the association execution.
-
#triggered_alarms : Array(AlarmStateInformation) | Nil
The CloudWatch alarms that were invoked by the association.
-
#triggered_alarms=(triggered_alarms : Array(AlarmStateInformation) | Nil)
The CloudWatch alarms that were invoked by the association.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Detailed status information about the execution.
An aggregate status of the resources in the execution based on the status type.
An aggregate status of the resources in the execution based on the status type.
The CloudWatch alarms that were invoked by the association.
The CloudWatch alarms that were invoked by the association.