Class: Aws::KinesisVideo::Types::ListTagsForStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListTagsForStreamInput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForStreamInput data as a hash:
{
next_token: "NextToken",
stream_arn: "ResourceARN",
stream_name: "StreamName",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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. -
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to list tags for.
-
#stream_name ⇒ String
The name of the stream that you want to list tags for.
Instance Attribute Details
#next_token ⇒ String
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.
792 793 794 795 796 797 798 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 792 class ListTagsForStreamInput < Struct.new( :next_token, :stream_arn, :stream_name) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to list tags for.
792 793 794 795 796 797 798 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 792 class ListTagsForStreamInput < Struct.new( :next_token, :stream_arn, :stream_name) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream that you want to list tags for.
792 793 794 795 796 797 798 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 792 class ListTagsForStreamInput < Struct.new( :next_token, :stream_arn, :stream_name) SENSITIVE = [] include Aws::Structure end |