Class: Aws::KinesisVideo::Types::UntagStreamInput

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

#stream_arnString

The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1909

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

#stream_nameString

The name of the stream that you want to remove tags from.

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1909

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

#tag_key_listArray<String>

A list of the keys of the tags that you want to remove.

Returns:

  • (Array<String>)


1909
1910
1911
1912
1913
1914
1915
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1909

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