You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::RelatedOpsItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RelatedOpsItem as input to an Aws::Client method, you can use a vanilla Hash:

{
  ops_item_id: "String", # required
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#ops_item_idString

The ID of an OpsItem related to the current OpsItem.

Returns:

  • (String)

    The ID of an OpsItem related to the current OpsItem.