AWSKinesisVideoListStreamsInput

Objective-C

@interface AWSKinesisVideoListStreamsInput

Swift

class AWSKinesisVideoListStreamsInput
  • The maximum number of streams to return in the response. The default is 10,000.

    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 ListStreams operation is truncated, the call returns the NextToken in the response. To get another batch of streams, provide this token in your next request.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKinesisVideoStreamNameCondition *_Nullable streamNameCondition;

    Swift

    var streamNameCondition: AWSKinesisVideoStreamNameCondition? { get set }