Class: Aws::KinesisVideo::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 ‘ListTagsForResource` call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1226

class ListTagsForResourceOutput < Struct.new(
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of tag keys and values associated with the specified signaling channel.

Returns:

  • (Hash<String,String>)


1226
1227
1228
1229
1230
1231
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1226

class ListTagsForResourceOutput < Struct.new(
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end