AWSKinesisVideoListTagsForResourceInput

Objective-C

@interface AWSKinesisVideoListTagsForResourceInput

Swift

class AWSKinesisVideoListTagsForResourceInput
  • 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 batch of tags.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.

    Declaration

    Objective-C

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

    Swift

    var resourceARN: String? { get set }