AWSKinesisVideoTag
Objective-C
@interface AWSKinesisVideoTag
Swift
class AWSKinesisVideoTag
A key and value pair that is associated with the specified signaling channel.
Required parameters: [Key, Value]
-
The key of the tag that is associated with the specified signaling channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;
Swift
var key: String? { get set }
-
The value of the tag that is associated with the specified signaling channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }