Class: Aws::KinesisVideo::Types::ListTagsForStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListTagsForStreamOutput
- 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
ListTags
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 stream.
Instance Attribute Details
#next_token ⇒ String
If you specify this parameter and the result of a ListTags
call is
truncated, the response includes a token that you can use in the
next request to fetch the next set of tags.
1070 1071 1072 1073 1074 1075 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1070 class ListTagsForStreamOutput < 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 stream.
1070 1071 1072 1073 1074 1075 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1070 class ListTagsForStreamOutput < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |