AWSKinesisVideoListTagsForStreamOutput

Objective-C

@interface AWSKinesisVideoListTagsForStreamOutput

Swift

class AWSKinesisVideoListTagsForStreamOutput
  • If you specify this parameter and the result of a ListTags call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • A map of tag keys and values associated with the specified stream.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }