class Aws::SSMIncidents::Types::RelatedItem

Resources that responders use to triage and mitigate the incident.

@note When making an API call, you may pass RelatedItem

data as a hash:

    {
      identifier: { # required
        type: "ANALYSIS", # required, accepts ANALYSIS, INCIDENT, METRIC, PARENT, ATTACHMENT, OTHER
        value: { # required
          arn: "Arn",
          metric_definition: "MetricDefinition",
          url: "Url",
        },
      },
      title: "RelatedItemTitleString",
    }

@!attribute [rw] identifier

Details about the related item.
@return [Types::ItemIdentifier]

@!attribute [rw] title

The title of the related item.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/RelatedItem AWS API Documentation

Constants

SENSITIVE