BeginTransactionRequest

public struct BeginTransactionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the database.

    Declaration

    Swift

    public let database: String?
  • The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

    Declaration

    Swift

    public let resourceArn: String
  • The name of the database schema.

    Declaration

    Swift

    public let schema: String?
  • The name or ARN of the secret that enables access to the DB cluster.

    Declaration

    Swift

    public let secretArn: String
  • Undocumented

    Declaration

    Swift

    public init(database: String? = nil, resourceArn: String, schema: String? = nil, secretArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws