AWSKinesisVideoListTagsForResourceOutput

Objective-C

@interface AWSKinesisVideoListTagsForResourceOutput

Swift

class AWSKinesisVideoListTagsForResourceOutput
  • If you specify this parameter and the result of a ListTagsForResource 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 signaling channel.

    Declaration

    Objective-C

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

    Swift

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