Class: Aws::KinesisVideo::Types::Tag

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

Overview

A key and value pair that is associated with the specified signaling channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of the tag that is associated with the specified signaling channel.

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1800

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the tag that is associated with the specified signaling channel.

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1800

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end