Class: Aws::KinesisVideo::Types::ListTagsForResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/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 batch of tags.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1205

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

#resource_arnString

The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1205

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