AWSKinesisVideoDescribeSignalingChannelInput
Objective-C
@interface AWSKinesisVideoDescribeSignalingChannelInput
Swift
class AWSKinesisVideoDescribeSignalingChannelInput
-
The ARN of the signaling channel that you want to describe.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelARN;
Swift
var channelARN: String? { get set }
-
The name of the signaling channel that you want to describe.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelName;
Swift
var channelName: String? { get set }