class Aws::SSMIncidents::Types::ItemIdentifier

Details and type of a related item.

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

data as a hash:

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

@!attribute [rw] type

The type of related item. Incident Manager supports the following
types:

* `ANALYSIS`

* `INCIDENT`

* `METRIC`

* `PARENT`

* `ATTACHMENT`

* `OTHER`
@return [String]

@!attribute [rw] value

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

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

Constants

SENSITIVE