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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/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)


2020
2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2020

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

#stream_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2020

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

#stream_nameString

The name of the stream.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2020

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

#tag_keysArray<String>

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

Returns:

  • (Array<String>)


2020
2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2020

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