class Aws::KinesisVideo::Types::TagResourceInput

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

data as a hash:

    {
      resource_arn: "ResourceARN", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tags

A list of tags to associate with the specified signaling channel.
Each tag is a key-value pair.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE