Class: Aws::Kinesis::Types::AddTagsToStreamInput

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

Overview

Represents the input for AddTagsToStream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 43

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

#stream_nameString

The name of the stream.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 43

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

#tagsHash<String,String>

A set of up to 10 key-value pairs to use to create the tags.

Returns:

  • (Hash<String,String>)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 43

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