class Aws::KinesisVideo::Types::ListTagsForStreamInput

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

data as a hash:

    {
      next_token: "NextToken",
      stream_arn: "ResourceARN",
      stream_name: "StreamName",
    }

@!attribute [rw] next_token

If you specify this parameter and the result of a
`ListTagsForStream` call is truncated, the response includes a token
that you can use in the next request to fetch the next batch of
tags.
@return [String]

@!attribute [rw] stream_arn

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

@!attribute [rw] stream_name

The name of the stream that you want to list tags for.
@return [String]

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

Constants

SENSITIVE