AWSIoTS3Destination
Objective-C
@interface AWSIoTS3Destination
Swift
class AWSIoTS3Destination
Describes the location of updated firmware in S3.
-
The S3 bucket that contains the updated firmware.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
The S3 prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefix;
Swift
var prefix: String? { get set }