AWSKinesisVideoListTagsForStreamInput

Objective-C

@interface AWSKinesisVideoListTagsForStreamInput

Swift

class AWSKinesisVideoListTagsForStreamInput
  • If you specify this parameter and the result of a ListTagsForStream 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 stream that you want to list tags for.

    Declaration

    Objective-C

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

    Swift

    var streamARN: String? { get set }
  • The name of the stream that you want to list tags for.

    Declaration

    Objective-C

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

    Swift

    var streamName: String? { get set }