class Aws::AlexaForBusiness::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] arn

The ARN of the resource from which to remove metadata tags.
Required.
@return [String]

@!attribute [rw] tag_keys

The tags to be removed from the specified resource. Do not provide
system tags. Required.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE