AWSKinesisVideoListStreamsOutput
Objective-C
@interface AWSKinesisVideoListStreamsOutput
Swift
class AWSKinesisVideoListStreamsOutput
-
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
An array of
StreamInfoobjects.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoStreamInfo *> *_Nullable streamInfoList;Swift
var streamInfoList: [AWSKinesisVideoStreamInfo]? { get set }
View on GitHub
Install in Dash
AWSKinesisVideoListStreamsOutput Class Reference