class Aws::CodeStarNotifications::Types::TagResourceRequest

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

data as a hash:

    {
      arn: "NotificationRuleArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the notification rule to tag.
@return [String]

@!attribute [rw] tags

The list of tags to associate with the resource. Tag key names
cannot start with "aws".
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/TagResourceRequest AWS API Documentation

Constants

SENSITIVE