AWSKinesisAddTagsToStreamInput
Objective-C
@interface AWSKinesisAddTagsToStreamInput
Swift
class AWSKinesisAddTagsToStreamInput
Represents the input for AddTagsToStream
.
Required parameters: [StreamName, Tags]
-
The name of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }
-
The set of key-value pairs to use to create the tags.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }