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
ListTagsForResource
call 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.
1226 1227 1228 1229 1230 1231 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1226 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.
1226 1227 1228 1229 1230 1231 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1226 class ListTagsForResourceOutput < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |