class Aws::IVS::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

ARN of the resource for which tags are to be removed.
@return [String]

@!attribute [rw] tag_keys

Array of tags to be removed.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE