AWSIoTStream
Objective-C
@interface AWSIoTStream
Swift
class AWSIoTStream
Describes a group of files that can be streamed.
-
The ID of a file associated with a stream.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fileId;
Swift
var fileId: NSNumber? { get set }
-
The stream ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamId;
Swift
var streamId: String? { get set }