Class: Aws::Kinesis::Types::RemoveTagsFromStreamInput

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

Overview

Represents the input for ‘RemoveTagsFromStream`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-kinesis/types.rb', line 1769

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

#stream_nameString

The name of the stream.

Returns:

  • (String)


1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-kinesis/types.rb', line 1769

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

#tag_keysArray<String>

A list of tag keys. Each corresponding tag is removed from the stream.

Returns:

  • (Array<String>)


1769
1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-kinesis/types.rb', line 1769

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