class Aws::CodeStarNotifications::Types::UntagResourceRequest

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

data as a hash:

    {
      arn: "NotificationRuleArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the notification rule from which
to remove the tags.
@return [String]

@!attribute [rw] tag_keys

The key names of the tags to remove.
@return [Array<String>]

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

Constants

SENSITIVE