Class: Aws::KinesisVideo::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If you specify this parameter and the result of a
ListTagsForResourcecall is truncated, the response includes a token that you can use in the next request to fetch the next set of tags. -
#tags ⇒ Hash<String,String>
A map of tag keys and values associated with the specified signaling channel.
Instance Attribute Details
#next_token ⇒ String
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.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1280 class ListTagsForResourceOutput < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of tag keys and values associated with the specified signaling channel.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1280 class ListTagsForResourceOutput < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |