Class: Aws::KinesisVideo::Types::ListTagsForStreamInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1251

class ListTagsForStreamInput < Struct.new(
  :next_token,
  :stream_arn,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

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

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1251

class ListTagsForStreamInput < Struct.new(
  :next_token,
  :stream_arn,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream that you want to list tags for.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1251

class ListTagsForStreamInput < Struct.new(
  :next_token,
  :stream_arn,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end