You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kinesis::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Metadata assigned to the stream, consisting of a key-value pair.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

Returns:

  • (String)

    A unique identifier for the tag.

#valueString

An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

Returns:

  • (String)

    An optional string, typically used to describe or define the tag.