class Aws::SSMIncidents::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the response plan you're adding
the tags to.
@return [String]

@!attribute [rw] tags

A list of tags that you are adding to the response plan.
@return [Hash<String,String>]

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

Constants

SENSITIVE