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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database.

Returns:

  • (String)


201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 201

class BeginTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :database,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

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

Returns:

  • (String)


201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 201

class BeginTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :database,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The name of the database schema.

Returns:

  • (String)


201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 201

class BeginTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :database,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

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

Returns:

  • (String)


201
202
203
204
205
206
207
208
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 201

class BeginTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :database,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end