You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideo::Types::UntagStreamInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagStreamInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

#stream_nameString

The name of the stream that you want to remove tags from.

Returns:

  • (String)

    The name of the stream that you want to remove tags from.

#tag_key_listArray<String>

A list of the keys of the tags that you want to remove.

Returns:

  • (Array<String>)

    A list of the keys of the tags that you want to remove.