class
Amazonite::Ssm::RelatedOpsItem
- Amazonite::Ssm::RelatedOpsItem
- Reference
- Object
Overview
An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
Included Modules
- JSON::Serializable
Defined in:
ssm/related_ops_item.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#ops_item_id : String
The ID of an OpsItem related to the current OpsItem.
-
#ops_item_id=(ops_item_id : String)
The ID of an OpsItem related to the current OpsItem.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.