class
Amazonite::Ssm::AssociationStatus
- Amazonite::Ssm::AssociationStatus
- Reference
- Object
Overview
Describes an association status.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_status.crConstructors
- .new(date : Time, name : AssociationStatusName, message : String, additional_info : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#additional_info : String | Nil
A user-defined string.
-
#additional_info=(additional_info : String | Nil)
A user-defined string.
-
#date : Time
The date when the status changed.
-
#date=(date : Time)
The date when the status changed.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String
The reason for the status.
-
#message=(message : String)
The reason for the status.
-
#name : AssociationStatusName
The status.
-
#name=(name : AssociationStatusName)
The status.
- #validate! : Nil
Constructor Detail
def self.new(date : Time, name : AssociationStatusName, message : String, additional_info : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.