Class: Aws::KinesisVideo::Types::TagStreamInput

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

#stream_arnString

The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1846

class TagStreamInput < Struct.new(
  :stream_arn,
  :stream_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream that you want to add the tag or tags to.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1846

class TagStreamInput < Struct.new(
  :stream_arn,
  :stream_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).

Returns:

  • (Hash<String,String>)


1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1846

class TagStreamInput < Struct.new(
  :stream_arn,
  :stream_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end