AWSKinesisVideoUntagStreamInput Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSKinesisVideoModel.h AWSKinesisVideoModel.m |
streamARN
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
@property (nonatomic, strong) NSString *streamARN
Declared In
AWSKinesisVideoModel.h
streamName
The name of the stream that you want to remove tags from.
@property (nonatomic, strong) NSString *streamName
Declared In
AWSKinesisVideoModel.h
tagKeyList
A list of the keys of the tags that you want to remove.
@property (nonatomic, strong) NSArray<NSString*> *tagKeyList
Declared In
AWSKinesisVideoModel.h