AWSIoTDestination
Objective-C
@interface AWSIoTDestination
Swift
class AWSIoTDestination
Describes the location of the updated firmware.
-
Describes the location in S3 of the updated firmware.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTS3Destination *_Nullable s3Destination;
Swift
var s3Destination: AWSIoTS3Destination? { get set }