Class: Aws::KinesisVideo::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1819

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

#tagsArray<Types::Tag>

A list of tags to associate with the specified signaling channel. Each tag is a key-value pair.

Returns:



1819
1820
1821
1822
1823
1824
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1819

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