class Aws::KinesisVideo::Types::UntagStreamInput

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

data as a hash:

    {
      stream_arn: "ResourceARN",
      stream_name: "StreamName",
      tag_key_list: ["TagKey"], # required
    }

@!attribute [rw] stream_arn

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

@!attribute [rw] stream_name

The name of the stream that you want to remove tags from.
@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/UntagStreamInput AWS API Documentation

Constants

SENSITIVE