AWSKinesisRemoveTagsFromStreamInput
Objective-C
@interface AWSKinesisRemoveTagsFromStreamInput
Swift
class AWSKinesisRemoveTagsFromStreamInput
Represents the input for RemoveTagsFromStream
.
Required parameters: [StreamName, TagKeys]
-
The name of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }
-
A list of tag keys. Each corresponding tag is removed from the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;
Swift
var tagKeys: [String]? { get set }