Class: Aws::Kinesis::Types::AddTagsToStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::AddTagsToStreamInput
- 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
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_id ⇒ String
Not Implemented.
-
#stream_name ⇒ String
The name of the stream.
-
#tags ⇒ Hash<String,String>
A set of up to 50 key-value pairs to use to create the tags.
Instance Attribute Details
#stream_arn ⇒ String
The ARN of the stream.
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_id ⇒ String
Not Implemented. Reserved for future use.
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_name ⇒ String
The name of the stream.
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 |
#tags ⇒ Hash<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.
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 |