AWSKinesisTag
Objective-C
@interface AWSKinesisTagSwift
class AWSKinesisTagMetadata assigned to the stream, consisting of a key-value pair.
Required parameters: [Key]
- 
                  
                  A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @ DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable key;Swift var key: String? { get set }
- 
                  
                  An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @ DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable value;Swift var value: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSKinesisTag Class Reference
        AWSKinesisTag Class Reference