GetObjectTorrentOutput
public struct GetObjectTorrentOutput : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
A Bencoded dictionary as defined by the BitTorrent specification
Declaration
Swift
public let body: Data? -
Undocumented
Declaration
Swift
public let requestCharged: RequestCharged? -
Undocumented
Declaration
Swift
public init(body: Data? = nil, requestCharged: RequestCharged? = nil)
View on GitHub
GetObjectTorrentOutput Structure Reference