BeginTransactionResponse
public struct BeginTransactionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The transaction ID of the transaction started by the call.
Declaration
Swift
public let transactionId: String? -
Undocumented
Declaration
Swift
public init(transactionId: String? = nil)
View on GitHub
BeginTransactionResponse Structure Reference