AWSIoTS3Location
Objective-C
@interface AWSIoTS3Location
Swift
class AWSIoTS3Location
The S3 location.
-
The S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;Swift
var bucket: String? { get set } -
The S3 key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;Swift
var key: String? { get set } -
The S3 bucket version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;Swift
var version: String? { get set }
View on GitHub
Install in Dash
AWSIoTS3Location Class Reference