AWSKinesisVideoCreateSignalingChannelOutput

Objective-C

@interface AWSKinesisVideoCreateSignalingChannelOutput

Swift

class AWSKinesisVideoCreateSignalingChannelOutput
  • The Amazon Resource Name (ARN) of the created channel.

    Declaration

    Objective-C

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

    Swift

    var channelARN: String? { get set }