AWSKinesisVideoTagResourceInput
Objective-C
@interface AWSKinesisVideoTagResourceInput
Swift
class AWSKinesisVideoTagResourceInput
-
The Amazon Resource Name (ARN) of the signaling channel to which you want to add tags.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceARN;Swift
var resourceARN: String? { get set } -
A list of tags to associate with the specified signaling channel. Each tag is a key-value pair.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoTag *> *_Nullable tags;Swift
var tags: [AWSKinesisVideoTag]? { get set }
View on GitHub
Install in Dash
AWSKinesisVideoTagResourceInput Class Reference