AWSKinesisVideoArchivedMediaListFragmentsOutput
Objective-C
@interface AWSKinesisVideoArchivedMediaListFragmentsOutput
Swift
class AWSKinesisVideoArchivedMediaListFragmentsOutput
-
A list of archived Fragment objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoArchivedMediaFragment *> *_Nullable fragments;
Swift
var fragments: [AWSKinesisVideoArchivedMediaFragment]? { get set }
-
If the returned list is truncated, the operation returns this token to use to retrieve the next page of results. This value is
null
when there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }