class Aws::SSMIncidents::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the response plan you're removing
a tag from.
@return [String]

@!attribute [rw] tag_keys

The name of the tag you're removing from the response plan.
@return [Array<String>]

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

Constants

SENSITIVE