AWSKinesisVideoUntagResourceInput
Objective-C
@interface AWSKinesisVideoUntagResourceInput
Swift
class AWSKinesisVideoUntagResourceInput
-
The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceARN;Swift
var resourceARN: String? { get set } -
A list of the keys of the tags that you want to remove.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeyList;Swift
var tagKeyList: [String]? { get set }
View on GitHub
Install in Dash
AWSKinesisVideoUntagResourceInput Class Reference