AWSKinesisVideoUntagStreamInput

Objective-C

@interface AWSKinesisVideoUntagStreamInput

Swift

class AWSKinesisVideoUntagStreamInput
  • The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var streamName: String? { get set }
  • A list of the keys of the tags that you want to remove.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeyList;

    Swift

    var tagKeyList: [String]? { get set }