AWSIoTStreamFile
Objective-C
@interface AWSIoTStreamFile
Swift
class AWSIoTStreamFile
Represents a file to stream.
-
The file ID.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fileId;
Swift
var fileId: NSNumber? { get set }
-
The location of the file in S3.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTS3Location *_Nullable s3Location;
Swift
var s3Location: AWSIoTS3Location? { get set }