Class: Aws::RDSDataService::Types::CommitTransactionRequest

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 commit transaction request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


321
322
323
324
325
326
327
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 321

class CommitTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

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

Returns:

  • (String)


321
322
323
324
325
326
327
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 321

class CommitTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_idString

The identifier of the transaction to end and commit.

Returns:

  • (String)


321
322
323
324
325
326
327
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 321

class CommitTransactionRequest < Struct.new(
  :resource_arn,
  :secret_arn,
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end