class Aws::SSMContacts::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: [ # required
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the contact or escalation plan.
@return [String]

@!attribute [rw] tags

A list of tags that you are adding to the contact or escalation
plan.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/TagResourceRequest AWS API Documentation

Constants

SENSITIVE