class Aws::SSMIncidents::Types::UpdateRelatedItemsInput

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

data as a hash:

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

@!attribute [rw] client_token

A token ensuring that the action is called only once with the
specified details.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] incident_record_arn

The Amazon Resource Name (ARN) of the incident record you are
updating related items in.
@return [String]

@!attribute [rw] related_items_update

Details about the item you are adding or deleting.
@return [Types::RelatedItemsUpdate]

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

Constants

SENSITIVE