AWSKinesisVideoListSignalingChannelsInput

Objective-C

@interface AWSKinesisVideoListSignalingChannelsInput

Swift

class AWSKinesisVideoListSignalingChannelsInput
  • Optional: Returns only the channels that satisfy a specific condition.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKinesisVideoChannelNameCondition *_Nullable channelNameCondition;

    Swift

    var channelNameCondition: AWSKinesisVideoChannelNameCondition? { get set }
  • The maximum number of channels to return in the response. The default is 500.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • If you specify this parameter, when the result of a ListSignalingChannels operation is truncated, the call returns the NextToken in the response. To get another batch of channels, provide this token in your next request.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }