AWSKinesisVideoCreateStreamOutput

Objective-C

@interface AWSKinesisVideoCreateStreamOutput

Swift

class AWSKinesisVideoCreateStreamOutput
  • The Amazon Resource Name (ARN) of the stream.

    Declaration

    Objective-C

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

    Swift

    var streamARN: String? { get set }