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)


49
50
51
52
53
54
55
56
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 49

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

#stream_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


49
50
51
52
53
54
55
56
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 49

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

#stream_nameString

The name of the stream.

Returns:

  • (String)


49
50
51
52
53
54
55
56
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 49

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

#tagsHash<String,String>

A set of up to 50 key-value pairs to use to create the tags. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.

Returns:

  • (Hash<String,String>)


49
50
51
52
53
54
55
56
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 49

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