class Aws::KinesisVideo::Types::UntagResourceInput

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

data as a hash:

    {
      resource_arn: "ResourceARN", # required
      tag_key_list: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the signaling channel from which
you want to remove tags.
@return [String]

@!attribute [rw] tag_key_list

A list of the keys of the tags that you want to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/UntagResourceInput AWS API Documentation

Constants

SENSITIVE