class Aws::KinesisVideo::Types::TagStreamInput

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

data as a hash:

    {
      stream_arn: "ResourceARN",
      stream_name: "StreamName",
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] stream_arn

The Amazon Resource Name (ARN) of the resource that you want to add
the tag or tags to.
@return [String]

@!attribute [rw] stream_name

The name of the stream that you want to add the tag or tags to.
@return [String]

@!attribute [rw] tags

A list of tags to associate with the specified stream. Each tag is a
key-value pair (the value is optional).
@return [Hash<String,String>]

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

Constants

SENSITIVE