You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDSDataService::Types::BeginTransactionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BeginTransactionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  database: "DbName",
  resource_arn: "Arn", # required
  schema: "DbName",
  secret_arn: "Arn", # required
}

The request parameters represent the input of a request to start a SQL transaction.

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database.

Returns:

  • (String)

    The name of the database.

#resource_arnString

The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

#schemaString

The name of the database schema.

Returns:

  • (String)

    The name of the database schema.

#secret_arnString

The name or ARN of the secret that enables access to the DB cluster.

Returns:

  • (String)

    The name or ARN of the secret that enables access to the DB cluster.