class Aws::SNS::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the topic from which to remove tags.
@return [String]

@!attribute [rw] tag_keys

The list of tag keys to remove from the specified topic.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE