AWSS3GetObjectTorrentOutput
Objective-C
@interface AWSS3GetObjectTorrentOutput
Swift
class AWSS3GetObjectTorrentOutput
-
A Bencoded dictionary as defined by the BitTorrent specification
Declaration
Objective-C
@property (nonatomic, strong) id _Nullable body;
Swift
var body: Any? { get set }
-
If present, indicates that the requester was successfully charged for the request.
Declaration
Objective-C
@property (nonatomic) AWSS3RequestCharged requestCharged;
Swift
var requestCharged: AWSS3RequestCharged { get set }