CommitTransactionRequest
public struct CommitTransactionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
Declaration
Swift
public let resourceArn: String
-
The name or ARN of the secret that enables access to the DB cluster.
Declaration
Swift
public let secretArn: String
-
The identifier of the transaction to end and commit.
Declaration
Swift
public let transactionId: String
-
Undocumented
Declaration
Swift
public init(resourceArn: String, secretArn: String, transactionId: String)
-
Declaration
Swift
public func validate(name: String) throws